Skip to content

Commit d369e1a

Browse files
author
Tsvetan Raikov
committed
fixing the build after updating to beta 16
1 parent 4d84cc2 commit d369e1a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/nativescript-angular/common/detached-loader.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ import {DynamicComponentLoader, ComponentRef, ViewContainerRef, Component, Type,
99
template: `<Placeholder #loader></Placeholder>`
1010
})
1111
export class DetachedLoader {
12-
13-
@ViewChild('loader', { read: ViewContainerRef }) containerRef: ViewContainerRef;
14-
12+
1513
constructor(
14+
private containerRef: ViewContainerRef,
1615
private loader: DynamicComponentLoader
1716
) {
1817
}

0 commit comments

Comments
 (0)