mjamin
Results
2
comments of
mjamin
Documentation should also provide an example how a wrapper component should be designed in a `ChangeDetectionStrategy.OnPush` context, since the error state is updated during `ngDoCheck`, which isn't called when a...
I ran into this problem today with a component that declares an `expanded` boolean input, but also has that expanded state updated programmatically in certain situations. A simple solution (if...