https://github.com/jsdaddy/ngrx-angular-kharkiv-demo
Angular Kharkiv RxJS technology demo
https://github.com/jsdaddy/ngrx-angular-kharkiv-demo
angular angular-kharkiv ngrx rxjs typescript
Last synced: 2 months ago
JSON representation
Angular Kharkiv RxJS technology demo
- Host: GitHub
- URL: https://github.com/jsdaddy/ngrx-angular-kharkiv-demo
- Owner: JsDaddy
- Created: 2017-10-30T21:36:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-02T12:39:24.000Z (over 8 years ago)
- Last Synced: 2025-10-10T04:24:41.949Z (8 months ago)
- Topics: angular, angular-kharkiv, ngrx, rxjs, typescript
- Language: TypeScript
- Homepage: https://jsdaddy.github.io/ngrx-demo/products
- Size: 2.65 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NgrxDemo
[Slides](https://slides.com/denyslymarenko/deck)
[Demo](https://jsdaddy.github.io/ngrx-demo)
## Description

This app for First Angular Meetup in Kharkiv.
This talk is about how to bring your Angular application to a new level of reactivity.
Using Redux architecture with RsJs help us to collect and react to the many different streams of information and provide a central source of truth for an application state at any given moment.
It helps to cope with new challenges and hard requirements in the web world.
## Environment
Create src/environments/environment.ts file with your config
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.