JoostK 056d17aa09 refactor(@angular/ssr): use ReadonlyMap instead of Readonly mapped type
The `Readonly` mapped type only introduces the `readonly` modifier for each property,
but `Map` has mutating methods like `clear`, `delete` and `set` that would still
remain usable. This commit switches those usages over to the `ReadonlyMap` type which
doesn't have any of the mutating methods.
2024-09-12 15:05:55 +02:00
..
2024-09-12 12:07:32 +02:00

Angular SSR

Read the dev guide here.