https://github.com/tchapi/markdown-cheatsheet/blob/master/README.md
- npm install bootstrap --save
- ng serve -o - inicia la app
- ng g c contador/hijo --spec=false -is - crea la carpeta contdor
- ng g c contador/nieto --spec=false -is
- npm install @ngrx/store (NGRX)
- npm install @ngrx/store-devtools --save
- la carpeta de bootstrap copiar el directorio en angular.js (node_modules/bootstrap/dist/css/bootstrap.min.css)
"styles": [
"src/styles.css",
"node_modules/bootstrap/dist/css/bootstrap.min.css"
],
- instalar en GOOGLE CHROME - Download the Redux Devtools Extension
- documentacion ngrx -
- documentacion store - Installation
- documentacion store-devtools - Installation