Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 349 Bytes

Angular work Flow.md

File metadata and controls

15 lines (11 loc) · 349 Bytes

WORK FLOW OF ANGULAR

-> main.ts -> bootstrap Appmodule ->
->bootstraps -> app.module.ts->@Ngmodule->Declaration->bootstraps Appcomponents -> apps.component.ts -> styles and HTML pages and acts on the SELECTOR ie 'app-root' -> app root is present in INDEX.html

so starts at -> main.ts app.module.ts apps.components.ts index.html