Importing Angular Component Lib Module in every NgModule

301 Views Asked by At

In a project, we are using our clients web components that were converted to Angular components. Right now every time we need to use a single component we have to import the entire module containing every component.

Does Angular optimize imports or will this cause the application to get bloated? Whats the best way of handling this?

I couldnt word this properly to find answers googling...

0

There are 0 best solutions below