User Tools

Site Tools


angularjs_2_essential_training:the_component_selector

This is an old revision of the document!


→ app.component.ts

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

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

index.html <code> (…) <my-app>Loading…</my-app> (…) <code>

angularjs_2_essential_training/the_component_selector.1464976803.txt.gz · Last modified: 2016/06/03 20:00 by leo