Advertisement
Guest User

ts

a guest
Nov 16th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. import { Component } from '@angular/core';
  2.  
  3.  
  4. @Component({
  5. selector: 'app-root',
  6. templateUrl: './app.component.html',
  7. styleUrls: ['./app.component.scss']
  8. })
  9. export class AppComponent {
  10. title = 'tmp';
  11. colors: string[] = ['Azul', 'Branco', 'Laranja', 'Verde'];
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement