Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

ng new stock --skip-tests --skip-git

ng g c page/login --standalone=false --style=none


ng g c page/delete-old-data --standalone=false --style=none
ng g c page/calc-premium-distribution --standalone=false --style=none
ng g c page/earning --standalone=false --style=none
ng g c page/long-butterfly --standalone=false --style=none
ng g c page/long-short --standalone=false --style=none
ng g c page/market-gex --standalone=false --style=none
ng g c page/market-strike-gex --standalone=false --style=none
ng g c page/positive-gex --standalone=false --style=none
ng g c page/negative-gex --standalone=false --style=none
ng g c page/premium-distribution --standalone=false --style=none
ng g c page/stock-info --standalone=false --style=none
ng g c page/straddle --standalone=false --style=none
ng g c page/strangle --standalone=false --style=none
ng g c page/vanna-volga-effect --standalone=false --style=none
ng g s service/auth
ng g s service/shared-data
ng g g guard/auth
ng g c core/route-reuse-strategy --standalone=false --style=none

ng update @angular/cli @angular/core


npm -version
node -v

npm install primeng --save


npm install primeicons --save
npm install font-awesome --save
npm install @angular/cdk --save
npm install oracledb --save
npm install express --save
npm install primeflex --save
npm install chart.js --save
npm install path --save

You might also like