Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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