Charles
Charles
Hey @alan-agius4 I've signed the CLA, but I believe it can be more convenient to squash the commits on merge. The edits were made via GitHub Web.
As the dialog component in Angualr Material Experimantal has adopted the implementation from MDC, where full-screen dialog is available, I believe it is super easy for the team to implement...
I believe this should be an essential feature of the platform package
Addition: such environment initializers used to work with Angular v19.0. After upgrading to Angular v19.1, they are skipped.
Hi @alan-agius4 thanks for the feedback. The workaround to https://github.com/angular/angular/issues/51532 is to use a route level environment initializer to get the injector instance, so that `loadChildren` can be wrapped to...
I see. I think it would still be nice to add `provide()`.
lol I didn't notice the number.
Do you expect me to create a PR? What am I supposed to do next?
I feel it more semantical correct to use `provideUseValue` or `provideFromValue`, since it is the "token" that you are providing. Besides, I think this syntax might result in not-that-good-looking code...