- // Annotation section
- @Component({
- selector: 'my-app'
- })
- @View({
- template: '<h1>Hello {{ name }}</h1>'
- })
- // Component controller
- class MyAppComponent {
- name: string;
- constructor() {
- this.name = 'Alice';
- }
- }
// Annotation section @Component({ selector: 'my-app' }) @View({ template: '<h1>Hello {{ name }}</h1>' }) // Component controller class MyAppComponent { name: string; constructor() { this.name = 'Alice'; } }
| Title | Name | Language | UNIX | When |
|---|---|---|---|---|
| Re: Untitled | Chocolate Goat | text | 1431382827 | 10 Years ago. |