Project

General

Profile

« Previous | Next » 

Revision 58534

[Library | Trunk]: Add breadcrumbs. Fix space on check icons. Remove reset from contact us

View differences:

helper.component.ts
1
import { Component, Input } from '@angular/core';
2
import {ActivatedRoute} from '@angular/router';
1
import {Component, Input} from '@angular/core';
3 2
import 'rxjs';
4
import {HelperService} from './helper.service';
5
import{EnvProperties} from '../properties/env-properties';
6
import {ConnectHelper} from '../../connect/connectHelper';
7
import {SafeHtmlPipe} from '../pipes/safeHTML.pipe';
8 3

  
9 4
@Component({
10 5
  selector: 'helper',
......
26 21
  @Input() style:boolean = false;
27 22
  @Input() styleName:string = '';
28 23
  @Input() tooltip:boolean = false;
24
  
29 25
  constructor () {}
30 26

  
31 27
  buildTooltip(): string {

Also available in: Unified diff