Angular CLI was installed globally with npm install -g @angular/cli
ng new covid-visualisation --directory ./ was used to avoid nesting the project
down a level.
Angular routing was not included (as this is the default), however we'll be able to add it in later if we want it. Scss was selected instead of the default css.
Currently no changes have been made to the generated files.
Angular CLI was installed globally with
npm install -g @angular/cli
ng new covid-visualisation --directory ./
was used to avoid nesting the project down a level.Angular routing was not included (as this is the default), however we'll be able to add it in later if we want it. Scss was selected instead of the default css.
Currently no changes have been made to the generated files.
Resolves #1