mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
refactor: remove duplicate key from component metadata (#49065)
`directiveMetadata()` already assigns the `standalone` property to the `R3ComponentMetadataFacade` there is no need to do it twice. PR Close #49065
This commit is contained in:
parent
6d9e979be1
commit
8beb8526be
1 changed files with 0 additions and 1 deletions
|
|
@ -125,7 +125,6 @@ export function compileComponent(type: Type<any>, metadata: Component): void {
|
|||
encapsulation,
|
||||
interpolation: metadata.interpolation,
|
||||
viewProviders: metadata.viewProviders || null,
|
||||
isStandalone: !!metadata.standalone,
|
||||
};
|
||||
|
||||
compilationDepth++;
|
||||
|
|
|
|||
Loading…
Reference in a new issue