Error message in Monaca debug mode with Onsen UI Angular 2
-
I’m having template parse errors in Monaca debugger. When using
monaca preview
, it is running in the browser without any problem, but when I usemonaca debug
, I see “Error: Template parse errors: Can’t bind to ‘ngif’ since it isn’t a known property of ‘span’.” in the Applog. I have carefully checked, the error is caused by “*ngif” directive.
I’ve also checked - all angular directives also cause the same issue. I’m lost and need help ASAP!
Thanks in advance.… … … … … … … … … … … … … … …
I attached screenshots of the Applog.
I have same question @http://stackoverflow.com/questions/40158400/error-message-in-monaca-debug-mode-with-onsen-ui-angular-2