You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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': "):
The text was updated successfully, but these errors were encountered:
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': "):
The text was updated successfully, but these errors were encountered: