IgniteUI / igniteui-angular-wrappers

Ignite UI Angular component extensions by Infragistics
http://igniteui.github.io/igniteui-angular-wrappers
MIT License
149 stars 30 forks source link

"ng build --prod" fails when using igniteui-angular-wrappers@6.0.1. #286

Closed tkiryu closed 6 years ago

tkiryu commented 6 years ago

Description

igniteui-angular-wrappers: 6.0.1

Steps to reproduce

  1. Unzip and open the attached sample.
  2. npm i
  3. ng build --prod

Result

The following error is thrown.

ERROR in : Cannot determine the module for class IgTimePickerComponent in /Users/kiryu/Downloads/ig-ng-wrappers/node_modules/igniteui-angular-wrappers/igeditors/igtimepicker.component.d.ts! Add IgTimePickerComponent to the NgModule to fix it.

Expected result

No error should be thrown.

Attachments

ig-ng-wrappers.zip