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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: