Reading
Angular QuickStart Notes
-
ng add
command -
typescript compile to javascript before uploading to the server using JIT Compiler
What is the magic happening inside
ng serve
? -
What is
ng generate
-
Right now I don't know what
environments/
does -
CLI handles
index.html
The CLI automatically adds all js and css files when building your app so you never need to add any <script> or <link> tags here manually. Coooool
网友评论