This project was generated with Angular CLI version 1.5.4.
- Migrating to HttpClient: http://brianflove.com/2017/07/21/migrating-to-http-client/
- MEAN App Unplugged: https://github.com/blove/mean-material-reactive
- https://www.json-generator.com/
- Consider merging projects: https://stackoverflow.com/a/42907043
- Merge user-edit and user-create into user-details
- Fix routerLinkActive on admin-submenu
- Fix filter on users
- Add Register User component
- Forgot password
- Authentication:
- https://blog.angular-university.io/angular-jwt-authentication/
- Create user must check is email already exist!
- Notifications on user edit type required
- http://brianflove.com/2017/07/17/angular-delete-confirmation/
- Chat
- https://github.com/avatsaev/kawachat2-client/blob/master/src/app/modules/chat/services/chat.service.ts
- Wesketch
- http://teropa.info/blog/2016/12/12/graphics-in-angular-2.html
- http://embed.plnkr.co/LFhOuepJrnPVlwUXmkUt/
- https://github.com/catos/ca7o-wesketch-vue/blob/master/src/components/painter/Painter.vue
- Socket IO with RxJs: https://tutorialedge.net/typescript/angular/angular-socket-io-tutorial/
- WebSocketService
- RPC vs. GameStateSync
- Create minimal overhead emit to use for drawing-function
- git push heroku master
- Go to: https://ca7o.herokuapp.com/
- heroku login
- Add heroku remote as a remote in your current repository:
heroku git:remote -a ca7o
- Check how many dynos are running:
heroku ps
- Run app locally:
heroku local -p 1337
- "postinstall": "ng build --aot --prod"
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via Protractor.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI README.