Advertisement
Guest User

Untitled

a guest
Dec 8th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. @Component({
  2. selector: 'app',
  3. template: `
  4. <h1>Welcome</h1>
  5. <p my-tooltip [tooltipTitle]="welcomeTxt">Get Started!</p>
  6. <tooltip-container></tooltip-container>
  7. `
  8. })
  9. export class AppComponent {
  10.  
  11. welcomeTxt: string = `Welcome to party!`;
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement