Angular
Angular CLI Basics - ng new

ng new Exercise Review

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 
PRO

Let's go over the exercises you were given at the end of the last video. You should have run the following commands:

  • ng new thinkster-io --routing --skip-install -d
  • ng new thinkster-io --skip-git --style scss --dryRun
  • ng new thinkster-io --routing --prefix tio --style scss

Yours might look slightly different. For example, the flags might be in a different order; you might have used the aliases differently than I did; or maybe on the second one, you used a different stylesheet format, but your commands should look very similar to this.

 

I finished! On to the next chapter