diff --git a/src/view-strategy.js b/src/view-strategy.js index 60f43064..66123866 100644 --- a/src/view-strategy.js +++ b/src/view-strategy.js @@ -136,6 +136,6 @@ export class InlineViewStrategy extends ViewStrategy { } } - return viewEngine.loadViewFactory(this.registryEntry, options, this.moduleId, loadContext); + return viewEngine.loadViewFactory(entry, options, this.moduleId, loadContext); } }