With lazy loading, the application loads faster by shipping only the essential startup code to the browser. Other code is placed inside of feature modules, which are loaded on demand. Kime needs to be set up for lazy loading as per the steps mentioned here: https://angular.io/guide/lazy-loading-ngmodules.
With lazy loading, the application loads faster by shipping only the essential startup code to the browser. Other code is placed inside of feature modules, which are loaded on demand. Kime needs to be set up for lazy loading as per the steps mentioned here: https://angular.io/guide/lazy-loading-ngmodules.