Matthieu Riegler
Matthieu Riegler
I splitted the changes accross multiple commits, I should ease the review of all the changes (or we can spin them off in other PRs) I'll add the missings tests...
It looks like you're using a rather old os/browser. Could you confirm ?
@codevby Yes, you'll see this issue on browser that don't suppor `color-mix` : https://caniuse.com/?search=color-mix but I would have expected angular/dev-infra#2077 to have fixed the issue for both themes.
This is a browser target specific issue. Haven't had more report since.
With the benefit of hindsight wouldn't it make sense to add the `static` option since it actually work ? (cf #49105 who also noted that)
I've opened #50385 to include static in the API !
Yeah it make sense. This raises another question, what is the rationale for keeping `static` on the `ContentChild` decorator then ?
We discussed it with the team. For now to address this usecase, we recommend using `outputFromObservable` as an `observable` exposes sub `observed` property. Example: ``` @Component({ selector: 'app-child', template: `This...
I'm currently having a look at this. We have the same issue on safari. ``` Refused to display 'https://www.youtube.com/embed/bavWOHZM6zE' in a frame because of Cross-Origin-Embedder-Policy. ``` Looks like a COEP...
Upstream issue on YT itself : https://issuetracker.google.com/issues/351843802