Search code examples
expressangulartypescriptmongooseangular-fullstack

tutorials for angular2 fullstack from scratch


Are there any tutorials (free or paid), anyone can recommend, that show how to create an Angular 2 full stack from Scratch. I've seen many packages and generators but would like to be able to know how to create my own structure


Solution

  • There are number of resources

    Angular Docs: Start with Angular https://angular.io/docs/ts/latest/

    Angular Cheat Sheet : list of all syntax in Angular https://angular.io/docs/ts/latest/cheatsheet.html

    Angular Style guide: How to structure your application https://angular.io/styleguide

    There are number of free plunkers created by Angular team which can be very helpful,

    Modules : https://angular.io/resources/live-examples/ngmodule/ts/plnkr.html

    Routing in depth : https://angular.io/resources/live-examples/router/ts/plnkr.html

    Hope these helps!!