Please enable JavaScript.
Coggle requires JavaScript to display documents.
Architecture Summary (About Component (made up of (specific html, known as…
Architecture Summary
About Angular App
Made up of
one or more modules
About Module
consist of
one or more components
component can be
nav
content
side section
About Component
made up of
specific
html
, known as DOM
specific
typescript
their very own
typescript
& HTML
Can be found combination in a single module
First
ng serve
first entry to the
main.ts
then to the
AppComponent