Angular - Fundamentals
You want to create a new Angular project with routing enabled and SCSS styling using Angular CLI. Which command should you run?
ng new with flags like --routing and --style=scss to enable routing and SCSS styling.ng new my-app --routing --style=scss is correct.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions