Gregor Woiwode

Results 24 issues of Gregor Woiwode

Hi, an idea could be to refactor the conditionals into certain rule lists. ### Disclaimer 🤗 This issue is just an idea according to https://twitter.com/elmd_/status/1181875171667451905. ### Propsal ```ts const addRules...

Hi, first thanks for providing these tools. They really help me to be more productive generating PWA-Applications. ## Problem I experience an error (see section Error) when I run `./node_modules/.bin/ngu-app-shell...

Hello @tjoskar, thank you for providing this neat library. Currently, I try to do something like this: **TEMPLATE** ```html ``` **COMPONENT** ```html @Component({ ... }) export class SomeComponent { imageUrl...

## Thank you Hi, thank you for providing this library. It is really intuitive and easy to use especially for newcomers dealing with state management. ## Describe the feature you'd...

Hey, thanks for provding `bootstrap-tabcollapse`. It really helps me out creating the mobile desktop switch on my own. In my project I initialize `bootstrap-tabcollapse` in a container having the css-property...

enhancement

This issue collects some graphs NgRx Vis printed out that make me having a deeper look in the code base of the respective NgRx project. Often I really find a...

documentation

In StateManagement we have lots of repeating tasks when it comes to handle active entities or loading state. Maybe NgRx Ducks can help here with useful Tools. - see https://datorama.github.io/akita/docs/entities/active/...

enhancement
proposal