Eric Simonton
Eric Simonton
### Describe the problem you'd like to see solved or task you'd like to see made easier We need to decide how frequently we need to upgrade Angular across teams...
This is a new function in the CDK, so it may make sense to also add it to `ComponentContext` to give users the tools they will start to get used...
Or was this only required in ViewEngine? If there's no situation where it's needed anymore, remove it from the docs.
Keep an eye on [`structuredClone()`](https://web.dev/structured-clone/) to use in micro-dash once it seems [available enough](https://caniuse.com/?search=structuredclone).
It seems like a common case to want `MigrationManager` to fall back to the default state if it runs into any issues. Is there a nice way that could be...
```ts export function observeKeys( store: StoreObject, k1: K1, ): Observable; export function observeKeys( store: StoreObject, k1: K1, k2: K2, ): Observable; export function observeKeys< T, K1 extends keyof T, K2...