Guest User

Untitled

a guest
Jan 16th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. import { Component } from '@angular/core';
  2.  
  3. @Component({
  4. selector: 'app-root',
  5. template: `
  6. <div>
  7. <h1>
  8. Welcome to {{ title }}!
  9. </h1>
  10. </div>
  11. `,
  12. })
  13. export class AppComponent {
  14. title = 'app';
  15. }
Add Comment
Please, Sign In to add comment