You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've recently discovered Alyle UI and it's a great library with many useful components. However from what I understand from the documentation you are only able to import the LyThemeModule in the root module. This adds a significant weight to the main bundle size in my project, especially because I only actually use the Alyle components inside lazy-loaded modules (i.e the admin sections).
So basically, the main bundle is forced to include Alyle and chroma-js but most of my app doesn't actually use it. It's a bit of a letdown, considering the homepage is a public-facing app where speed and loading times are important. For example, with Angular Material Design I only load the components for the admins section and they don't put any extra weight on the initial bundle:
I hope you can consider this sometime. Great work btw.
The text was updated successfully, but these errors were encountered:
Bug, feature request, or proposal:
feature request
What is the expected behavior?
I've recently discovered Alyle UI and it's a great library with many useful components. However from what I understand from the documentation you are only able to import the LyThemeModule in the root module. This adds a significant weight to the main bundle size in my project, especially because I only actually use the Alyle components inside lazy-loaded modules (i.e the admin sections).
So basically, the main bundle is forced to include Alyle and chroma-js but most of my app doesn't actually use it. It's a bit of a letdown, considering the homepage is a public-facing app where speed and loading times are important. For example, with Angular Material Design I only load the components for the admins section and they don't put any extra weight on the initial bundle:
I hope you can consider this sometime. Great work btw.
The text was updated successfully, but these errors were encountered: