https://github.com/datumbrain/kss-angular-observables
A minimal repo for understanding observables in angular
https://github.com/datumbrain/kss-angular-observables
Last synced: 11 months ago
JSON representation
A minimal repo for understanding observables in angular
- Host: GitHub
- URL: https://github.com/datumbrain/kss-angular-observables
- Owner: datumbrain
- Created: 2022-05-26T12:11:47.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-27T07:14:44.000Z (about 4 years ago)
- Last Synced: 2025-01-18T00:28:58.593Z (over 1 year ago)
- Language: TypeScript
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Observables Overview
The project covers basic functionality and understanding of observables in Angular.
## Dependencies
Make sure that you’ve installed `Angular CLI` at `13.3.6` or later using the links at [angular.io/cli](https://angular.io/cli)
```shell
$ ng version
Package Version
----------------------------------------
@angular-devkit/architect 0.1303.6
@angular-devkit/build-angular 13.3.6
@angular-devkit/core 13.3.6
@angular-devkit/schematics 13.3.6
@angular/cli 13.3.6
@schematics/angular 13.3.6
rxjs 7.5.5
typescript 4.6.4
```
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
## Reference
For understanding of `Observables` read the below mentioned blog.
(Blog link to be added)