UNPKG
nsrtm-gestionarchivo-npm-prueba2
Version:
latest (0.0.8)
0.0.8
0.0.7
Proyecto de Libreria Frontend para la Gestión de Archivos
nsrtm-gestionarchivo-npm-prueba2
/
app
/
shared
/
toast-loading
/
toast-loading.service.d.ts
10 lines
(9 loc)
•
319 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
*
as
i0
from
"@angular/core"
;
export
declare
class
ToastLoadingService
{
showToast
:
boolean
;
constructor
(
);
mostrar
():
void
;
ocultar
():
void
;
static
ɵ
fac
: i0.ɵɵ
FactoryDeclaration
<
ToastLoadingService
,
never
>;
static
ɵ
prov
: i0.ɵɵ
InjectableDeclaration
<
ToastLoadingService
>; }