Skip to content

Commit 97cc602

Browse files
committed
Updated uiView component to be a standalone component
1 parent ec0f518 commit 97cc602

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/directives/uiView.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ const ng2ComponentInputs = (factory: ComponentFactory<any>): InputMapping[] => {
110110
@Component({
111111
selector: 'ui-view, [ui-view]',
112112
exportAs: 'uiView',
113+
standalone: true,
113114
template: `
114115
<ng-template #componentTarget></ng-template>
115116
<ng-content *ngIf="!_componentRef"></ng-content>

0 commit comments

Comments
 (0)