Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamalsoueidan/refresh-angular2
https://github.com/jamalsoueidan/refresh-angular2
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jamalsoueidan/refresh-angular2
- Owner: jamalsoueidan
- Created: 2019-09-22T15:02:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T06:55:51.000Z (about 2 years ago)
- Last Synced: 2023-03-10T19:29:47.369Z (almost 2 years ago)
- Language: TypeScript
- Size: 989 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Refreshing - Angular 2
Going through the different aspects of Angular 2...
## Touching
- Setup angular-cli
- Forms and validation
- Decorators
- Dependency Injection
- Services and state management.
- RxJS
- Module
- Routing
- Lifecycle
- Pipes## Development server
```javascript
npm install
ng server
```Goto http://localhost:4200