Created
April 21, 2020 12:41
-
-
Save glyons/7cc2f9b3a3768e50e18e50417030e3ab to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| npm start - local server | |
| To build for production, i.e. Docker | |
| npm run build:prod | |
| docker build -t vizbox . | |
| Angular CLI | |
| --------------- | |
| npm install -g @angular/cli | |
| ng new my-dream-app | |
| cd my-dream-app | |
| ng serve | |
| Angular CLI Component | |
| --------------------- | |
| ng generate component xyz | |
| ng add <dependency> | |
| Running Tests | |
| ng test | |
| Add Bootstrap to Angular | |
| ----------------------------- | |
| npm install --save @ng-bootstrap/ng-bootstrap | |
| Angular and Wordpress | |
| ------------------------- | |
| https://itnext.io/connecting-angular-6-to-wordpress-ee0055686a70 | |
| Storing Data / RxJs | |
| https://blog.angular-university.io/how-to-build-angular2-apps-using-rxjs-observable-data-services-pitfalls-to-avoid/ | |
| John Papa's Angular Extensions | |
| https://github.com/johnpapa/vscode-angular-snippets | |
| Angular Material | |
| https://material.angular.io/components/autocomplete/overview | |
| https://stackblitz.com/angular/redjadnbbmn?file=src%2Fapp%2Fmaterial-module.ts | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment