Creating Your First App

Important

In this lecture (below this text), we'll create a new Angular project

When creating a new project with ng new, you should run it in conjunction with the --no-strict flag (e.g. ng new my-project --no-strict) and then answer the following questions:

1) Do you want to use the Angular Router?

2) Which CSS pre-processor do you want to use?

Choose these responses:

1) No (No router for now, we'll add it later)

2) CSS

Complete and Continue