I am converting a purchased, third-party template into an Angular 5 app, and just ran into an error. I am very new to Angular 5 (I know AngularJS well however) and don\'t un
If you are trying to display plain HTML form from an Angular component, use ngNoForm in tag like this.
ngNoForm
...
This should prevent Angular from throwing Control Container Error.