Introduction - Part 1 of Reactive Programming in Angular with RxJS

preview_player
Показать описание
CHECK OUT MY BOOK ABOUT ADVANCED TYPESCRIPT
===
The first episode of the Reactive Programming in Angular with RxJS series. We will look into the basics of RxJS and walk through the source code of the application which we're going to work with.

SEED APPLICATION SOURCE CODE

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

Dobrze wyjaśnione. Bez zbędnych ozdobników i komplikacji. Brawo! Aż zerknę w Rx.NET ;)

bpwichur
Автор

Is there any particular reason you're initializing the fields in the constructor rathen than in ngOnInit?

gloriagalaretce
Автор

Could you provide the source code to us?

luoidward
Автор

Hi, I really enjoy your tutorial. Keep going.

One quick question related to 3:54: In your band-data.service.ts you use:

1 return of([
2 ...this.bands
3 .map(band => ({ ...band }))

i know what happens in line 1 and 2, but what does line 3 do? ({...band})?!

RaydersSpiele
visit shbcf.ru