Trying to build a project using ngx-modialog with this option set to true, gives errors:
ERROR in node_modules/ngx-modialog/plugins/bootstrap/src/ngx-modialog-bootstrap.ng-flat.d.ts.BSMessageModalBody.html(8,13): : Property 'defaultValue' does not exist on type 'MessageModalPreset'.
node_modules/ngx-modialog/plugins/bootstrap/src/ngx-modialog-bootstrap.ng-flat.d.ts.BSMessageModalBody.html(10,13): : Property 'placeholder' does not exist on type 'MessageModalPreset'.
node_modules/ngx-modialog/plugins/bootstrap/src/ngx-modialog-bootstrap.ng-flat.d.ts.BSMessageModalBody.html(9,13): : Property 'defaultValue' does not exist on type 'MessageModalPreset'.
Angular 5.2 brings a new AoT compiler option for more thorough template type checking. This option is expected to default to true in the future:
https://blog.angular.io/angular-5-2-now-available-312d1099bd81
Trying to build a project using ngx-modialog with this option set to true, gives errors:
Please tell us about your environment:
Angular version: 5.2.0 / CLI 1.6.2
Browser: [all]