catwarrior / catwarrior.github.io

This is my knowledge base.
0 stars 0 forks source link

Typescript Angular POC #27

Open catwarrior opened 7 years ago

catwarrior commented 7 years ago

Seed projects for angular

https://angularclass.github.io/angular2-webpack-starter/

https://github.com/angular/angular-cli

https://github.com/preboot/angular2-webpack

https://github.com/angular/angular2-seed


https://github.com/mgechev/angular-seed

https://github.com/NathanWalker/angular-seed-advanced

catwarrior commented 7 years ago

About D3

https://d3js.org/ https://angular.jsnews.io/how-to-build-a-chart-component-in-angular-2-and-d3-45/ https://github.com/tomwanzek/d3-ng2-service

catwarrior commented 7 years ago

Best Practise

https://angular.io/styleguide https://github.com/preboot/angular2-webpack https://marketplace.visualstudio.com/items?itemName=johnpapa.Angular2

catwarrior commented 7 years ago

Some key decision

Framework : angular ProgrammingLanguage : typescript Coding Guide/Standard/Bestpratice : angular style guide Code Generator Tool : angular cli

catwarrior commented 7 years ago

Technically you are not required to use Angular CLI to develop an Angular 2 application, but its many features can highly improve the quality of your code and save you a lot of time along the way.

catwarrior commented 7 years ago

https://www.sitepoint.com/ultimate-angular-cli-reference/

https://github.com/lightningtgc/awesome-ng2

catwarrior commented 7 years ago

ProtoTyping:

https://coligo.io/create-mock-rest-api-with-json-server/ https://apiary.io/

Admin portal sample: https://github.com/TwanoO67/ng2-admin-lte

catwarrior commented 7 years ago

Login / Authentication in Angular

https://auth0.com/docs/libraries/lock https://github.com/auth0/angular2-jwt

catwarrior commented 7 years ago

Understanding Ngmodule

Make dependency management easier

routing module