liasrose
Results
1
comments of
liasrose
I implemented lazy loading like this in the app.js: `(function () { var app = angular.module('app', ['oc.lazyLoad', 'ngComponentRouter']); ``` app.config(function ($locationProvider) { $locationProvider.html5Mode(true); }); app.value('$routerRootComponent', 'app'); app.component('app', { template: [...