Lars Gyrup Brink Nielsen

Results 168 comments of Lars Gyrup Brink Nielsen

Hi Angular community, These are my observations regarding the use of CSS Custom Properties with Angular Material 15.0 palettes. If our Angular Material palettes use CSS Custom Properties, the easiest...

Thank you for your feature request. What's a use case for this?

I'm not very familiar with `@ngrx/router-store` but from what I can read, a router state serializer is used to extract more slices of state from `RouterStateSnapshot`, correct?

I'm not sure how adding this is better than subscribing to the `RouterState` through the `Router` and mapping using observable operators. That seems to be a lot easier than implementing...

Even if we were to add it, I worry it would increase the bundle size significantly even for the xx% of applications never using this feature.

@yjaaidi In component tests, the `NgZone` is disabled by providing `true` as the value of `ComponentFixtureNoNgZone` as seen in https://github.com/angular/angular/blob/4e098fa8a7e7d176f4022831bc34eec6e2dfda3c/packages/core/test/application_ref_spec.ts#L610-L613 **Example** ```typescript import { ComponentFixtureNoNgZone, TestBed } from '@angular/core/testing' import...

Thank you for your suggestions, @bob-watson. I included all of them. Can we have another preview deployment?