Reputation: 65
first two modules are working fine with lazy loading but not the third one (productDetail)
getting the below error when trying to land on the screen, please help
Upvotes: 1
Views: 170
Reputation: 65
replacing StorefrontModule.config() with ConfigModule.withConfig() inside the lazily loaded module worked for me
Upvotes: 2