Angular – Shared Feature Module
Overview When a SPA get pretty large in size, it’s not uncommon to break up parts of the application into Feature Modules (Link to Tutorial). To avoid rebuilding the same components for each module, components can be shared with a “Shared Feature Module“. This module will be eager loaded and imported into each feature Module
You must be logged in to post a comment.