Guest User

Untitled

a guest
Mar 23rd, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. @Component({
  2. selector: 'app-root',
  3. templateUrl: './app.component.html',
  4. styleUrls: ['./app.component.css']
  5. })
  6. export class AppComponent {
  7. title = 'Angular';
  8. }
Add Comment
Please, Sign In to add comment