Matthieu Riegler
Matthieu Riegler
Fwiw, the example mentionned above is caught by typescript itself. Let's continue the discussion on #55883 to see if there are additional usecases that we could safely cover.
Also please look at the linting failures, we have a formatting issue. Note: The currently broken tests are flakes and related to this change.
We're still missing the test to cover `@Output() eventMovement = new EventEmitter();`
My bad, it's an oversight :)
Fwiw this wouldn't be an issue with `resource`/`rxResource` as the `loader` fn is untracked.
[TGP](https://fusion2.corp.google.com/presubmit/855401833/OCL:855401833:BASE:855658408:1768307878724:283bac54/targets) is green
The warning is correct, a lib component with OnPush hosting a Default component might result in broken CD.
@e-oz It's the other way around, libraries shouldn't break apps that use Default. An app relying on Default have no impact on apps using OnPush. An Default child with a...
Content projection is mostly fine, as project content get checked where there are declared not inside the component with `ng-content`. The problem arrises in cases where the component is CD...
Without a lack of feedback we'll close this issue. Feel free to file a new issue if you have additional suggestions toward our docs and tutorials. Thank you for your...