File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ export function objectFactory() {
114
114
* </div>
115
115
* ```
116
116
*
117
- * This adapter exposes exposes the parent view context (ParentUIViewInject)
117
+ * This adapter exposes the parent view context (ParentUIViewInject)
118
118
* as an ng2 DI Provider, which the nested ng2 UIView requires.
119
119
*
120
120
* It gets the ParentUIViewContext information (from the parent ng1 ui-view) by walking
@@ -126,6 +126,7 @@ export function objectFactory() {
126
126
// provide a blank object as PARENT_INJECT.
127
127
// The component will add property getters when it is constructed.
128
128
viewProviders : [ { provide : UIView . PARENT_INJECT , useFactory : objectFactory } ] ,
129
+ standalone : false ,
129
130
} )
130
131
export class UIViewNgUpgrade {
131
132
// The ui-view's name (or '$default')
You can’t perform that action at this time.
0 commit comments