mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
be3edad60e
We enabled a lint rule internally to require that multi-provided `InjectionToken`s have a `readonly` array type, the tokens in this PR do not follow this rule and are causing lint violations. Fixes #51124 PR Close #51125