Skip to content

Instantly share code, notes, and snippets.

@kylelix7
Last active November 4, 2019 04:53
Show Gist options
  • Save kylelix7/788b043dd895e171b8c97172145a1d41 to your computer and use it in GitHub Desktop.
Save kylelix7/788b043dd895e171b8c97172145a1d41 to your computer and use it in GitHub Desktop.
scarfold a new angular app with angular cli
ng new stock-app
# ? Would you like to add Angular routing? No
# ? Which stylesheet format would you like to use? CSS
cd stock-app
npm install --save bootstrap@4 @ng-bootstrap/ng-bootstrap @swimlane/ngx-charts
#npm WARN @swimlane/ngx-charts@12.0.1 requires a peer of @angular/cdk@7.x || 8.x but none is installed. You must install peer dependencies yourself.
#
#+ @ng-bootstrap/ng-bootstrap@5.1.2
#+ @swimlane/ngx-charts@12.0.1
#added 45 packages from 7 contributors and audited 17352 packages in 11.114s
#found 0 vulnerabilities
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment