Last active
November 4, 2019 04:53
-
-
Save kylelix7/788b043dd895e171b8c97172145a1d41 to your computer and use it in GitHub Desktop.
scarfold a new angular app with angular cli
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected] requires a peer of @angular/[email protected] || 8.x but none is installed. You must install peer dependencies yourself. | |
# | |
#+ @ng-bootstrap/[email protected] | |
#+ @swimlane/[email protected] | |
#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