└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Maintained Angular Projects 2 | 3 | Angular 1 and 2 have changed massively since their inception but not all projects have been maintained, this list is intended to showcase those authors who keep their applications up-to-date using the latest best practices. 4 | 5 | For Angular 1 this means using the component tree structure. 6 | 7 | For Angular 2 they should use ngModule. 8 | 9 | Tests and a modern build chain highly rated too. 10 | 11 | _More suggestions welcome!_ 12 | 13 | ## Angular 1 14 | * [Contacts](https://github.com/toddmotto/angular-1-5-components-app) - ui-router 1, Firebase, Tests 15 | * [Todo](https://github.com/gaui/todoApp-angular-mobx-webpack) - ui-router 1, MobX, Webpack 16 | * [Weather](https://github.com/paulhoughton/weather/) - TypeScript 2, ui-router 1, Tests 17 | * [DuckDuckGo](https://github.com/vinaygopinath/duckduckgo-angular-demo) - TypeScript, Webpack, Test coverage 18 | * [Echoes Youtube player](https://github.com/orizens/echoes) - ES2015, Webpack, Gulp, Rollup, Tests 19 | * [Phonecat](https://github.com/emartech/angular-phonecat-components) - ES2015, ngRoute, Webpack 20 | * [Blog](https://github.com/petahz/blog) - Webpack, Tests 21 | * [Eggly Bookmarks](https://github.com/simpulton/eggly-redux) - ES2015, Redux, Webpack, Gulp, Tests 22 | * [Admin Charts](https://github.com/emforce/Angular-Component-Admin-Panel) - ngRoute, Gulp 23 | * [Tour of Heroes](https://github.com/lucaseverett/heroes-ng1/) - ES2015, Webpack 24 | 25 | ## Angular 2 26 | * [Meetup Events](https://github.com/jerry-i/meetup-events/) - TypeScript, Firebase, Webpack, Tests 27 | * [TV Tracker](https://github.com/mattlewis92/angular2-tv-tracker/) - TypeScript 2, Webpack 28 | * [Echoes Youtube Player](https://github.com/orizens/echoes-ng2) - TypeScript 2, Webpack, Tests 29 | * [Stock Portfolio](https://github.com/paulhoughton/portfolio) - TypeScript 2, Webpack 30 | * [Chat](https://github.com/ng-book/angular2-rxjs-chat/) - TypeScript, Webpack, Tests 31 | * [Admin template](https://github.com/mrholek/CoreUI-Free-Bootstrap-Admin-Template/tree/master/Angular2_CLI_Dev) - Angular cli, TypeScript 2, Tests 32 | * [Hacker news](https://github.com/hdjirdeh/angular2-hn) - Angular cli, TypeScript 2, Firebase, Tests 33 | * [SoundCloud](https://github.com/r-park/soundcloud-ngrx) - TypeScript 2, ngRx, Webpack, Tests 34 | --------------------------------------------------------------------------------