select component dont render values untlil second interaction
The select is not rendering data until the second interaction with him.
Angular children OnPush Strategy
I have parent component
What exactly causes the angular component to rerender if not change detection?
Apparently I have a huge missunderstanding about angular’s internals.
Consider the following situation:
Angular performs unnecessary change detections for parent in the tree
I am creating a component that can render overlays with given template at given static position, or relative-to-component position strategy.