Tim Deschryver
Tim Deschryver
@danielkleebinder that isn't possible. `createActionGroup` requires a source, and the event description doesn't accept string values with `[` or `]`. The actions should be combined per source, in your example...
Drop your name here if you want to pick this up.
I think that's a good idea @Harpush . The issue has popped up several times in the past :)
Good catch @stefaanderoeck , feel free to create a PR with the needed changes.
Feel free to re-open when you make the suggested changes.
There's a TypeScript miss match between both libraries. Zod uses TypeScript v4.1 which includes features that are not available for Angular 9 (using TypeScript v3.7).
👋 I think you pinged the wrong Tim 😅
Cool, thanks @Rick-Anderson !
Hi thanks for your kinds words. Like you said, we're not a big fan of accessing the rendered component, but we do give you the option to do so. That...
When you're testing a component that has one or more other child components, you will have multiple component instances visible on the "screen". This is also the case with when...