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
node
andnpm
from node.org . clone
this repo by runningclone https://github.com/shahzadns/ng2-examples.git
command on Terminal or Command prompt.cd
to 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!