With Routing & Sass
This project was generated with Angular CLI version 6.2.6.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.
npm install -g @angular/cli@6
ng new angular-routing-scss --style=scss –routing // Or convert //ng config schematics.@schematics/angular:component '{ styleext: "scss"}' //ng config schematics.@schematics/angular:component.styleext styl // ng set defaults.styleExt scss
ng add ngx-bootstrap npm install [email protected] --save //ngx-rocket uses v 4.1.1 //npm install bootstrap-sass --save //Try this //npm install [email protected] --save //shouldnt be necessary check bootstrap/scss/_function.
//Free
npm install --save@fortawesome/fontawesome-free
//npm install font-awesome
//Pro
npm config set "@fortawesome:registry" https://npm.fontawesome.com/ &&
npm config set "//npm.fontawesome.com/:_authToken" TOKEN
@fortawesome:registry=https://npm.fontawesome.com/
//npm.fontawesome.com/:_authToken=TOKEN
Byron Glendon https://www.linkedin.com/in/byronglendon/