angular-dynamic-component
La vue
http://plnkr.co/edit/t9oLGLnD7iwHBzIXYvnQ?p=preview
Declarer un tag html qui va accueillir le composant1
<div #dynamicTarget></div>
Le Composant
1 | export class ItemComponent implements OnChanges, OnDestroy { |
http://plnkr.co/edit/t9oLGLnD7iwHBzIXYvnQ?p=preview
Declarer un tag html qui va accueillir le composant1
<div #dynamicTarget></div>
1 | export class ItemComponent implements OnChanges, OnDestroy { |