Closed
Description
These are components I directly embed in my app's layout.
Reason: for unit testing, I need to import them in my spec file (to e.g. inspect navItems input parameter and verify that it was passed with the correct items). Trying to import @coreui\angular\lib\sidebar\app-sidebar-nav.component does not work due to webpack (I think). For now I hacked around by importing the generated alias:
import { ɵq } from '@coreui/angular';
I am willing to submit a pull request - it's just a simple change - if you are okay with the suggestion and willing to publish it.
Metadata
Metadata
Assignees
Labels
No labels