parent
66b72bfa58
commit
a06f0340d2
|
@ -52,7 +52,7 @@ class GiantList {
|
||||||
selector: 'app',
|
selector: 'app',
|
||||||
providers: [DataListProvider],
|
providers: [DataListProvider],
|
||||||
template: `
|
template: `
|
||||||
<giant-list><giant-list>
|
<giant-list></giant-list>
|
||||||
`,
|
`,
|
||||||
})
|
})
|
||||||
class App {
|
class App {
|
||||||
|
@ -86,7 +86,7 @@ class LiveData {
|
||||||
providers: [DataProvider],
|
providers: [DataProvider],
|
||||||
template: `
|
template: `
|
||||||
Live Update: <input type="checkbox" [(ngModel)]="live">
|
Live Update: <input type="checkbox" [(ngModel)]="live">
|
||||||
<live-data [live]="live"><live-data>
|
<live-data [live]="live"></live-data>
|
||||||
`,
|
`,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue