Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hantsy/angular2-sample
- Owner: hantsy
- Created: 2016-05-27T09:28:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T08:23:59.000Z (11 months ago)
- Last Synced: 2024-10-10T18:44:16.263Z (2 months ago)
- Topics: angular-cli, angular2, bootstrap4, jwt, rxjs, typescript
- Language: TypeScript
- Homepage:
- Size: 328 KB
- Stars: 17
- Watchers: 5
- Forks: 15
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)