@@ -107,16 +107,16 @@ angular2-MEAN
107107
108108## Features (Angular2, Express, Gulp, MongoDB, Node)
109109
110- 1 . Angular 2 Quick Start application (Tours of Hero) from https://angular.io/docs/ts/latest/quickstart.html
111- 2 . Added support for Gulp so that js files are moved out of the app folder.
112- 3 . It will create a dist folder where it will place all the js files.
113- 4 . Gulp will monitor for the changes via help of watcher.
114- 5 . Created folder structure for easy access of components, services and models.
115- 6 . Applied tslint for avoiding any typos.
116- 7 . Implemented best practices recomended on the Angular 2 website.
117- 8 . Implemented Express Server to Host API's
118- 9 . Added MongoDB support to communicate our Heroes data to Database
119- 10.Implemented Repository Pattern to communicate with Mongoose.
110+ 1 . Angular 2 Quick Start application (Tours of Hero) from https://angular.io/docs/ts/latest/quickstart.html
111+ 2 . Added support for Gulp so that js files are moved out of the app folder.
112+ 3 . It will create a dist folder where it will place all the js files.
113+ 4 . Gulp will monitor for the changes via help of watcher.
114+ 5 . Created folder structure for easy access of components, services and models.
115+ 6 . Applied tslint for avoiding any typos.
116+ 7 . Implemented best practices recomended on the Angular 2 website.
117+ 8 . Implemented Express Server to Host API's
118+ 9 . Added MongoDB support to communicate our Heroes data to Database
119+ 10 . Implemented Repository Pattern to communicate with Mongoose.
120120
121121## Api Document (from MongoDB)
122122
0 commit comments