src/app/contact-card
src/app/shell
environment.ts
file:theme
folder from your existing app, then delete it and copy the entire theme
folder from the template.theme
folder from your existing app, then just copy the rest of the files from the theme folder expect the variables.scss
file. Then open this file and add the styles we set for the template such as the font-family and the margins.src/app/components
and import the module from the AppModule.
npm install [email protected] --save
src/app/app-routing.module.ts
src/assets/sample-icons
folder. If you want to use them you need to include them in your project.angular.json
file just before the "styles": ["src/theme/variables.scss", "src/global.scss"]