D
D
esbuild states that it doesn't support Decorator Metadata: https://esbuild.github.io/content-types/#no-type-system so I'm not sure how you're getting it to work with that? do you have a transformation step beforehand? Tried removing...
is it possible that these changes will get backported to 16 at all? We can't migrate to MDC, probably ever, because our sites are dynamically built and someone hacked the...
MDN suggests that the default value is "eager" and forcing the developer to specify if they prefer eager or lazy gives them to the opportunity to think about if they...
Yeah an image doesn't need a height defining but if you want a better user experience, lighthouse score and better SEO (from that score) then if you're aware of the...
Maybe this belongs in a separate request, but in regards to statistics, I'd like to know more about what's currently queued and what currently holds requests. I'm receiving requests via...
You don't need to specify a template in #23. Let me know what you think lonormaly. You just need to add `dynamic-layout-item` attribute to your element
Temporary workaround (the only one that works out of everything that I've tried): **header.component.ts:** ```ts @ViewChildren('grid', { read: ElementRef }) gridRefs: QueryList; stylesOne = { gridTemplate: '"a b c"', };...
I'm getting this error whilst trying to use [untilDestroyed()](https://github.com/ngneat/until-destroy): Error: ``` Type 'Observable' is not assignable to type 'Observable'. Type 'Event_2' is not assignable to type 'RouterEvent'. Type 'RouteConfigLoadStart' is...
Two emails I'm seeing that are failing and are both valid: ``` [email protected] [email protected] ``` It's like it hates numbers
Will get back to you about the ordering and will attempt a PR after chaos at work has died down this week :)