Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youknowriad/angular2-cookbooks
Learn Angular 2 by practice
https://github.com/youknowriad/angular2-cookbooks
Last synced: 16 days ago
JSON representation
Learn Angular 2 by practice
- Host: GitHub
- URL: https://github.com/youknowriad/angular2-cookbooks
- Owner: youknowriad
- Created: 2015-11-06T22:24:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T20:47:51.000Z (over 7 years ago)
- Last Synced: 2024-10-04T15:57:37.137Z (3 months ago)
- Language: HTML
- Homepage: http://youknowriad.github.io/angular2-cookbooks
- Size: 520 KB
- Stars: 12
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular2 Cookbooks
Working with Angular2 is a little tricky right now : framework not yet stable, finding documentation is a little bit hard.
So to help newbe's like me, I've started this list of quick and simple cookbooks of some common things to build an angular2 application.Each cookbook has a defined format : Prerequisites, last tested Angular2 version (as it is always changing), a plunker with the result and may be additional ressources.
## Bootstrap
* [Bootstrap an Angular2 application](bootstrap.md)
* [How to use the angular2 router ?](routing.md)## Services
* [Create an Angular2 service](service.md)
## Components
* [Create a component with inputs and outputs : A search form](component-input-output.md)
## Pipes
* [Create an Angular2 Pipe : A truncate pipe](pipe.md)
## Advanced
* [Implement a stateless authentication mechanism](stateless-authentication.md)# More resources
You can find a great list of curated Angular2 resources in the [awesome-angular2](https://github.com/AngularClass/awesome-angular2) repo