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

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

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)