demo : https://argenshares.herokuapp.com
AngularArgonDashboard requeriments NodeJS LTS https://nodejs.org/es/download/
VS Code https://code.visualstudio.com/
to run
npm install
npm run ng serve
alternative:
ng serve
Set-ExecutionPolicy Unrestricted
delete all ng files in %USERPROFILE%\AppData\Roaming\npm
npm install @angular/cli -g
$icon-size-xl 5rem
web: node --max_old_space_size=2048 ./node_modules/@angular/cli/bin/ng build --prod && node ./node_modules/@angular/cli/bin/ng serve":heroku
"build": "npm install && ng serve",
"postinstall": "npm run build",
https://blog.liplex.de/increase-node-memory-limit-for-build/
//"build": "ng build --prod --sm=false --aot --output-path=dist/client && npm run server:build",
npm run ng build --prod --aot
web: npm install && npm run ng serve:heroku
creativetimofficial/argon-dashboard#11
last fix
Procfile
web: node --optimize_for_size --max_old_space_size=460
// "postinstall": "ng build --prod",
"heroku-postbuild": "ng build --prod",
solve npm ERR! [email protected] postinstall: ng build --prod
npm cache clean --force
npm install
npm start
.\src\app\layouts\admin-layout\admin-layout.routing.ts .\src\app\layouts\admin-layout\admin-layout.module.ts