Вキ
Size: a a a
Вキ
Вキ
E
C
const toastr = () => import('toastr').then(p => p.default);
type LazyToastr = ReturnType<typeof toastr>;
const TOASTR = new InjectionToken<LazyToastr>('Lazily loaded toastr',
{ providedIn: 'root', factory: toastr });
Вキ
const toastr = () => import('toastr').then(p => p.default);
type LazyToastr = ReturnType<typeof toastr>;
const TOASTR = new InjectionToken<LazyToastr>('Lazily loaded toastr',
{ providedIn: 'root', factory: toastr });
C
AS
C
Вキ
E
C
Вキ
AS
nt
Вキ
C
DT
AS
Вキ
E