Uncaught Error: Template parse errors:
Can't bind to 'ngOutletContext' since it isn't a known property of 'ng-template'.
- If 'ngOutletContext' is an Angular directive, then add 'CommonModule' to the '@NgModule.imports' of this component.
- To allow any property add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component. ("Divider">{{item.letter}}
<ng-template [ngTemplateOutlet]="itemTemplate" [ERROR ->][ngOutletContext]="{'item': item, 'currentPageClass': currentPageClass}" *ngIf="!item.isDivider">
"): ng:///ScrollModule/AlphaScroll.html@7:56
Property binding ngOutletContext not used by any directive on an embedded template. Make sure that the property name is spelled correctly and all directives are listed in the "@NgModule.declarations". ("="scroll-letter-{{item.letter}}" *ngIf="item.isDivider">{{item.letter}}
[ERROR ->]<ng-template [ngTemplateOutlet]="itemTemplate" [ngOutletContext]="{'item': item, 'currentPageClass': "):
Uncaught Error: Template parse errors:
Can't bind to 'ngOutletContext' since it isn't a known property of 'ng-template'.
<ng-template [ngTemplateOutlet]="itemTemplate" [ERROR ->][ngOutletContext]="{'item': item, 'currentPageClass': currentPageClass}" *ngIf="!item.isDivider">
"): ng:///ScrollModule/AlphaScroll.html@7:56
Property binding ngOutletContext not used by any directive on an embedded template. Make sure that the property name is spelled correctly and all directives are listed in the "@NgModule.declarations". ("="scroll-letter-{{item.letter}}" *ngIf="item.isDivider">{{item.letter}}
[ERROR ->]<ng-template [ngTemplateOutlet]="itemTemplate" [ngOutletContext]="{'item': item, 'currentPageClass': "):