Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hantsy/angular2-sample

Angular 2 sample with Angular CLI, TypeScript, Angular 2, Bootstrap 4, RxJS, JWT, Firebase/AngularFire2
https://github.com/hantsy/angular2-sample

angular-cli angular2 bootstrap4 jwt rxjs typescript

Last synced: about 2 months ago
JSON representation

Angular 2 sample with Angular CLI, TypeScript, Angular 2, Bootstrap 4, RxJS, JWT, Firebase/AngularFire2

Awesome Lists containing this project

README

        

# Angular2 Sample

The sample codes are based on a seriese of my blog entries, please see the [wiki pages](https://github.com/hantsy/angular2-sample/wiki) for more details.

* [Getting started](https://github.com/hantsy/angular2-sample/wiki/2-component)
* [Interact with backend APIs](https://github.com/hantsy/angular2-sample/wiki/3-http)
* [Handles form submission](https://github.com/hantsy/angular2-sample/wiki/4-form)
* [Jwt token based Authentication](https://github.com/hantsy/angular2-sample/wiki/5-auth)
* [Testing](https://github.com/hantsy/angular2-sample/wiki/6-testing) TODO

## Backend APIs

Check the [Interact with Backend Apis](https://github.com/hantsy/angular2-sample/wiki/3-http) to run the backend APIs for test purpose.

## Frontend UI

Make sure you have installed the latest NodeJS and NPM.

Run the following command to and run the project.

```
npm run start
```

Some variants for Material Design and AngularFire2.

* [Angular Material2 sample codes](https://github.com/hantsy/angular2-material-sample)
* [AngularFire2/Firebase sample codes](https://github.com/hantsy/angular2-firebase-sample)