This repository was archived by the owner on Feb 2, 2025. It is now read-only.
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
Lazy load content as feature modules in demo project #1556
Open
Description
🚀 Feature request
Is your feature request related to a problem? Please describe.
Need to migrate all components inside demo/src/app
to their own modules and have them lazy-load when accessed by user.
Describe the solution you'd like
Make basic
, advanced
, extensions
modules and migrate the components, their declarations and routes to their respective modules.
Describe alternatives you've considered
n/a