BeastCode / VSCode-Angular-TypeScript-Snippets

Visual Studio Code TypeScript snippets (TypeScript, Html, Angular Material, Flex Layout, ngRx, RxJS & Testing) for Angular 17
https://marketplace.visualstudio.com/items?itemName=Mikael.Angular-BeastCode
MIT License
92 stars 49 forks source link

ngrx-snips: using ofType operator (effects) #107

Closed DevTrong closed 5 years ago

DevTrong commented 5 years ago

.ofType was marked as deprecated in v6.1 got removed in v7

https://ngrx.io/guide/migration/v7#oftype-removal

BeastCode commented 5 years ago

Thanks Trong!