AF
Size: a a a
AF
F
Ж•
F
F
Ж•
SP
AS
o
АС
Вキ
ДМ
Вキ
component: Promise<Type<any>> =
import('./lazy/lazy.component')
.then(_ => _.LazyComponent);
Вキ
component: Observable<Type<any>> =
from(import('./lazy/lazy.component')).pipe(
map((_) => _.LazyComponent)
);
ДМ
component: Promise<Type<any>> =
import('./lazy/lazy.component')
.then(_ => _.LazyComponent);
M
E
component: Promise<Type<any>> =
import('./lazy/lazy.component')
.then(_ => _.LazyComponent);
Вキ
ДМ