Added a tutorial on making ToDo App with Angular 5. Also updated descriptions of some Angular links.

This commit is contained in:
Nishit Shah 2018-07-16 19:02:17 +05:30 committed by GitHub
parent b8d80a39db
commit 3d59b45018
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -181,15 +181,17 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB
#### Angular:
* [Build an Instagram Clone](https://hackhands.com/building-instagram-clone-angularjs-satellizer-nodejs-mongodb/)
* [Build an Instagram Clone with Angular 1.x](https://hackhands.com/building-instagram-clone-angularjs-satellizer-nodejs-mongodb/)
* Build an offline-capable Hacker News client with Angular 2+
* [Part 1](https://houssein.me/angular2-hacker-news)
* [Part 2](https://houssein.me/progressive-angular-applications)
* [Build a web application with Django and AngularJS](https://thinkster.io/django-angularjs-tutorial)
* [Build a Google+ clone with Django and AngularJS with Angular 1.x](https://thinkster.io/django-angularjs-tutorial)
* Build A Beautiful Real World App with Angular 6 :
* [Part I](https://medium.com/@hamedbaatour/build-a-real-world-beautiful-web-app-with-angular-6-a-to-z-ultimate-guide-2018-part-i-e121dd1d55e)
* [Build Responsive layout with BootStrap 4 and Angular 6](https://medium.com/@tomastrajan/how-to-build-responsive-layouts-with-bootstrap-4-and-angular-6-cfbb108d797b)
* [ToDo App with Angular 5](http://www.discoversdk.com/blog/angular-5-to-do-list-app-part-1)
* ToDo App with Angular 5
* [Introduction to Angular](http://www.discoversdk.com/blog/intro-to-angular-and-the-evolution-of-the-web)
* [Part 1](http://www.discoversdk.com/blog/angular-5-to-do-list-app-part-1)
#### Node: