I'm Developing an application that contains 2 Modules, one module for admin layout and another module for user layout. I'm planning to use 2 different frameworks. one for admin and another for user.
one framework that affects the other so i cant keep both in .angular-cli.json globally. So Is there any possibilities to use a framework for one module and another for another. without affecting the styles.
In user.component.css (top level component for user.module):
In admin.component.css (top level component for admin.module):
In admin.component.ts, user.component.ts (top level components for modules)