mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
refactor(upgrade): update API golden. (#58169)
`UpgradeComponent` is meant to be used as a subclass, it doesn't need to disable `standalone`. PR Close #58169
This commit is contained in:
parent
a34090bc71
commit
4157bf0c4e
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ export class UpgradeComponent implements OnInit, OnChanges, DoCheck, OnDestroy {
|
|||
// (undocumented)
|
||||
ngOnInit(): void;
|
||||
// (undocumented)
|
||||
static ɵdir: i0.ɵɵDirectiveDeclaration<UpgradeComponent, never, never, {}, {}, never, never, false, never>;
|
||||
static ɵdir: i0.ɵɵDirectiveDeclaration<UpgradeComponent, never, never, {}, {}, never, never, true, never>;
|
||||
// (undocumented)
|
||||
static ɵfac: i0.ɵɵFactoryDeclaration<UpgradeComponent, never>;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue