I has used this control in January in my Angular 4 project (version : 1.0.5). Currently we are about to release the project but I am getting warnings/errors while generating the build.
ng build --prod --base-href /myproj/
I am getting below warnings -
WARNING in ./src/$$_gendir/node_modules/ng2-dual-list-box/ng2-dual-list-box.ngfactory.ts
86:34-39 "export 'ɵa' (imported as 'i1') was not found in 'ng2-dual-list-box'
at HarmonyImportSpecifierDependency._getErrors (C:\TFS\LabSOR\LabSOR\node_modules\webpack\lib\dependencies\HarmonyImportSpecifierDependency.js:65:15)
at HarmonyImportSpecifierDependency.getWarnings (C:\TFS\LabSOR\LabSOR\node_modules\webpack\lib\dependencies\HarmonyImportSpecifierDependency.js:39:15)
at Compilation.reportDependencyErrorsAndWarnings (C:\TFS\LabSOR\LabSOR\node_modules\webpack\lib\Compilation.js:677:24)
at Compilation.finish (C:\TFS\LabSOR\LabSOR\node_modules\webpack\lib\Compilation.js:535:9)
at applyPluginsParallel.err (C:\TFS\LabSOR\LabSOR\node_modules\webpack\lib\Compiler.js:512:17)
at C:\TFS\LabSOR\LabSOR\node_modules\tapable\lib\Tapable.js:289:11
at _addModuleChain (C:\TFS\LabSOR\LabSOR\node_modules\webpack\lib\Compilation.js:481:11)
at processModuleDependencies.err (C:\TFS\LabSOR\LabSOR\node_modules\webpack\lib\Compilation.js:452:13)
at _combinedTickCallback (internal/process/next_tick.js:73:7)
at process._tickCallback (internal/process/next_tick.js:104:9)
WARNING in ./src/$$_gendir/node_modules/ng2-dual-list-box/ng2-dual-list-box.ngfactory.ts
86:57-62 "export 'ɵb' (imported as 'i1') was not found in 'ng2-dual-list-box'
at HarmonyImportSpecifierDependency._getErrors (C:\TFS\LabSOR\LabSOR\node_modules\webpack\lib\dependencies\HarmonyImportSpecifierDependency.js:65:15)
at HarmonyImportSpecifierDependency.getWarnings (C:\TFS\LabSOR\LabSOR\node_modules\webpack\lib\dependencies\HarmonyImportSpecifierDependency.js:39:15)
at Compilation.reportDependencyErrorsAndWarnings (C:\TFS\LabSOR\LabSOR\node_modules\webpack\lib\Compilation.js:677:24)
at Compilation.finish (C:\TFS\LabSOR\LabSOR\node_modules\webpack\lib\Compilation.js:535:9)
at applyPluginsParallel.err (C:\TFS\LabSOR\LabSOR\node_modules\webpack\lib\Compiler.js:512:17)
at C:\TFS\LabSOR\LabSOR\node_modules\tapable\lib\Tapable.js:289:11
at _addModuleChain (C:\TFS\LabSOR\LabSOR\node_modules\webpack\lib\Compilation.js:481:11)
at processModuleDependencies.err (C:\TFS\LabSOR\LabSOR\node_modules\webpack\lib\Compilation.js:452:13)
at _combinedTickCallback (internal/process/next_tick.js:73:7)
at process._tickCallback (internal/process/next_tick.js:104:9)
After warnings if I deploy this build I am getting below errors in browser console and control not loading
Any idea why it is not working?
Hi,
I has used this control in January in my Angular 4 project (version : 1.0.5). Currently we are about to release the project but I am getting warnings/errors while generating the build.
ng build --prod --base-href /myproj/
I am getting below warnings -
After warnings if I deploy this build I am getting below errors in browser console and control not loading Any idea why it is not working?