Вキ
Size: a a a
L
L
Вキ
L
loadLocations() {
return this.loadLocationsModule()
.then((lazyModule) => this.compiler.compileModuleAsync(lazyModule))
.then((factory) => factory.create(this.injector));
}
private loadLocationsModule() {
return import('../modules/locations/locations.module').then((mod) => mod.LocationsModule);
}
L
L
L
Вキ
L
L
Вキ
GM
GM
GM