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
Describe the bug
The sub menu is failing when I do an production configuration bulid.
"Compiling with Angular in legacy View Engine compilation mode.
An unhandled exception occurred: Template parse errors:
Can't bind to 'subMenu' since it isn't a known property of 'ng-template'.
If 'subMenu' 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. ("
Multiply function
Describe the bug
The sub menu is failing when I do an production configuration bulid.
"Compiling with Angular in legacy View Engine compilation mode.
An unhandled exception occurred: Template parse errors:
Can't bind to 'subMenu' since it isn't a known property of 'ng-template'.
this component.
Multiply function
<ng-template *ngIf="this.treetype!='input'" [ERROR ->][subMenu]="convertSubMenu">
Convert
"
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: