A collection of basic to advance examples that help in learning angular2 framework. Many of the examples are taken from following resources:
- Angular official documentation i.e. angular.io
 - Book [ng-book2] (https://www.ng-book.com/2/)
 - Udemy course - the-complete-guide-to-angular-2
 
We can check out and play with these examples on the local machine, by doing following steps.
- Install 
nodeandnpmfrom node.org . clonethis repo by runningclone https://github.com/shahzadns/ng2-examples.gitcommand on Terminal or Command prompt.cdto project directory and example sub directory.- run 
npm install - run 
npm start - check out the local server on 
localhost:3000 
If you would like to share some examples that you made, just fork and raise a PR ! : )
Cheers!