docs(security): security api doc update and fix stability marker for Type
This commit is contained in:
@ -59,11 +59,6 @@ var _global: BrowserNodeGlobal = globalScope;
|
||||
|
||||
export {_global as global};
|
||||
|
||||
/**
|
||||
* @stable
|
||||
*/
|
||||
export var Type = Function;
|
||||
|
||||
/**
|
||||
* Runtime representation a type that a Component or other object is instances of.
|
||||
*
|
||||
@ -72,6 +67,9 @@ export var Type = Function;
|
||||
*
|
||||
* @stable
|
||||
*/
|
||||
export var Type = Function;
|
||||
|
||||
|
||||
export interface Type extends Function {}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user