chore: audit @angular/core API classification (#8808)
This commit is contained in:
@ -74,6 +74,7 @@ export {NgZoneError} from './ng_zone_impl';
|
||||
* }
|
||||
* }
|
||||
* ```
|
||||
* @experimental
|
||||
*/
|
||||
export class NgZone {
|
||||
static isInAngularZone(): boolean { return NgZoneImpl.isInAngularZone(); }
|
||||
|
@ -1,5 +1,6 @@
|
||||
/**
|
||||
* Stores error information; delivered via [NgZone.onError] stream.
|
||||
* @deprecated
|
||||
*/
|
||||
export class NgZoneError {
|
||||
constructor(public error: any, public stackTrace: any) {}
|
||||
|
Reference in New Issue
Block a user