Angular 4 - Helping Guide
Hidayt Rahman
Tech Lead at NCR Voyix | Ex: Thales | JavaScript | Front End Specialist | MERN Stack | API | React JS
INSTALLATION Additional Things
BOOTSTRAP 3
after inside angular-cli.json (inside project root folder) find styles and add a bootstrap CSS like this:
npm install --save bootstrap
"styles": [
"../node_modules/bootstrap/dist/css/bootstrap.min.css",
"styles.css"
]
LESS
ng new project_name --style less
CREATE NEW COMPONENT
ng generate component componentName
This will generate new components with all the related files (.ts, .html, .css) and it will pass and import in app.module.ts
Read All Helping things here : Here we Go
Thanks, happy <code>