fix(core): proper @internal and @nocollapse combined usage fix (#28138)
This update fixes the way the @internal and @nocollapse annotations are used together, which produced errors while running it with Closure compiler. Now two annotations are a part of the same comment block. PR Close #28138
This commit is contained in:
@ -107,8 +107,10 @@ export abstract class ChangeDetectorRef {
|
||||
*/
|
||||
abstract reattach(): void;
|
||||
|
||||
/** @internal */
|
||||
/** @nocollapse */
|
||||
/**
|
||||
* @internal
|
||||
* @nocollapse
|
||||
*/
|
||||
static __NG_ELEMENT_ID__: () => ChangeDetectorRef = () => SWITCH_CHANGE_DETECTOR_REF_FACTORY();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user