Reading
Angular QuickStart Notes
ng addcommand-
typescript compile to javascript before uploading to the server using JIT Compiler
What is the magic happening inside
ng serve? What is
ng generateRight now I don't know what
environments/doesCLI handles
index.htmlThe 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