Todo's List w/ Angular and Redux

preview_player
Показать описание
A simple todo's application built with the Angular 4 framework and Redux! Learn how to use Redux to manage the state of your application while building this todo's list.

*******Correction**********
Redux was created by Dan Abramov and Andrew Clark in 2015.[1] Redux is inspired by Facebook’s Flux and influenced by functional programming language Elm.

Sry about the misleading information about Redux's history!

Angular Webpack Starter:


💾 Creating a Todo Form: 2:15

💾 Initializing Redux: 7:07

💾 Redux Create Action: 20:21

💾 Redux Get Action: 39:43

💾 Redux Complete and Delete Action: 47:27

Github Username: Bigless27

All graphics created by Jordan Lesson.

**Any videos you would like to see in the future please comment them below and I'll do my best to get to them!

Рекомендации по теме
Комментарии
Автор

Type '(action$: Observable<any>) => Observable<{ type: string; payload: any; }>' has no properties in common with type 'Options<any>'.
in
I am getting this error, not able to fix it

shaunak