Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <input id="city" class="form-control" [placeholder]="placeholder">
  2.  
  3. import { Component } from '@angular/core';
  4.  
  5. @Component({
  6. selector: 'my-app',
  7. templateUrl: './app.component.html',
  8. styleUrls: [ './app.component.css' ]
  9. })
  10. export class AppComponent {
  11. placeholder = 'Angular';
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement