E
Size: a a a
E
nt
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 });
nt
Вキ
DT
Вキ
C
DT
AS
Вキ
E
AS
AS
Вキ
C
E
Вキ
nt
C
IF