refactor(core): make lockRunMode
a noop and deprecate it.
BREAKING CHANGE: - `lockRunMode` is deprecated and no more needed. Closes #9878
This commit is contained in:
2
tools/public_api_guard/core/index.d.ts
vendored
2
tools/public_api_guard/core/index.d.ts
vendored
@ -895,7 +895,7 @@ export declare class KeyValueDiffers {
|
||||
static extend(factories: KeyValueDifferFactory[]): Provider;
|
||||
}
|
||||
|
||||
/** @experimental */
|
||||
/** @deprecated */
|
||||
export declare function lockRunMode(): void;
|
||||
|
||||
/** @experimental */
|
||||
|
Reference in New Issue
Block a user