Template Parse error when using some form elements
See original GitHub issueI get Unhandled Promise rejection: Template parse errors:
only when I use these form elements: ngl-form-checkbox, ngl-form-group-element. All other components works fine.
Angular version: 2.0.1 Boilerplate: https://github.com/preboot/angular2-webpack
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Template parse errors: 'mat-label' is not a known element ...
Uncaught Error: Template parse errors: 'mat-label' is not a known element: If 'mat-label' is an Angular component, then verify that it is part ......
Read more >Template parse errors: : 'xxxComponent' is not a known element
✓ Solved Angular Uncaught Error : Template parse errors: : 'xxxComponent' is not a known element : · Comments.
Read more >Parse error on input template - Questions - Daml Forum
Hi again! I'm trying to understand why I have this error on template. Can someone help? Thank you so much in advance.
Read more >Server Error 500 (Parse Error) when trying to access Ticket ...
We found out that if you're using Custom Forms add-on and have elements within the attendee form that starts with number or some...
Read more >Common Angular Errors And How To Fix Them - Briebug Blog
Error: Template parse errors: ... Can't bind to 'formControl' since it isn't a known property of 'input'. You need to add ReactiveFormsModule to ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@Chyngyz Thanks for using ng-lightning. Glad you solved it 👍
@bekos Updating to webpack 2 solved the issue, thank you very much for help. Closing.