Error: Importing SplitPaneModule which does not have an ngModuleDef
at vendor.js:108745
at Array.forEach (<anonymous>)
at transitiveScopesFor (vendor.js:108736)
at setScopeOnDeclaredComponents (vendor.js:108628)
at flushModuleScopingQueueAsMuchAsPossible (vendor.js:108283)
at Function.get (vendor.js:108887)
at getComponentDef (vendor.js:83208)
at verifyDeclarationsHaveDefinitions (vendor.js:108441)
at Array.forEach (<anonymous>)
at verifySemanticsOfNgModuleDef (vendor.js:108409)
This is caused by simply having SplitPaneModule in AppModule's imports array.
This is caused by simply having
SplitPaneModule
inAppModule
's imports array.