From 4157bf0c4e77cfd8fa4175d0d5bbe0d5ff702900 Mon Sep 17 00:00:00 2001 From: Matthieu Riegler Date: Sat, 12 Oct 2024 15:12:32 +0200 Subject: [PATCH] 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 --- goldens/public-api/upgrade/static/index.api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goldens/public-api/upgrade/static/index.api.md b/goldens/public-api/upgrade/static/index.api.md index 2dde90006d9..3426122281b 100644 --- a/goldens/public-api/upgrade/static/index.api.md +++ b/goldens/public-api/upgrade/static/index.api.md @@ -63,7 +63,7 @@ export class UpgradeComponent implements OnInit, OnChanges, DoCheck, OnDestroy { // (undocumented) ngOnInit(): void; // (undocumented) - static ɵdir: i0.ɵɵDirectiveDeclaration; + static ɵdir: i0.ɵɵDirectiveDeclaration; // (undocumented) static ɵfac: i0.ɵɵFactoryDeclaration; }