Please enable JavaScript.
Coggle requires JavaScript to display documents.
Basic Angular Flow (Browser recognize index.html & javascript (title…
Basic Angular Flow
Browser recognize
index.html
&
javascript
title
of components shown in
html
Does not show
full content
app-root
component is significant
What is
app-root
is found in
index.html
app-root
is a component
known as selector for
app.component.ts
Purpose of
app-root
tight
all components
specific application
More on
app.component.ts
app-root as component
app-root found in
decorator
named
**@Component
**
The
first file executed
main.ts
bootstrap found in
main.ts
link to
app.module.ts
The
perfect flow
main.ts
app.modules.ts
app.component.ts
index.html
the
index.html
look for
app.component.html
the bootstrap to app.modules.ts