Angular
Angular CLI Basics - ng new
  •  

ng new Exercise

Outline

For this exercise, you're going to run 3 different commands. Run the following commands, each intended to give a different output:

  1. With routing, skipping the npm install, and use the dryRun flag
  2. Skip the git repo initialization, changing the styles, and using dryRun again
  3. With routing, a prefix of tio, and styles set to scss
 

I finished! On to the next chapter