User Tools

Site Tools


angularjs_2_essential_training:the_component_selector

→ app.component.ts

(...)
@Component({
  selector: 'my-app',
  (...)
})
(...)

Cible la première instance trouvée seulement, ici :

index.html

(...)
<my-app>Loading...</my-app>
(...)

angularjs_2_essential_training/the_component_selector.txt · Last modified: 2016/06/13 18:40 by leo