UNPKG
rj-spinner
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.0
This library was generated with https://github.com/angular/angular-cli version 9.1.13.
rj-spinner
/
lib
/
rj-spinner.component.d.ts
9 lines
(8 loc)
•
294 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
OnInit
}
from
'@angular/core'
;
import
{
RjSpinnerService
}
from
'./rj-spinner.service'
;
export
declare
class
RjSpinnerComponent
implements
OnInit
{
private
rjSpinnerService;
showSpinner
:
any
;
constructor
(
rjSpinnerService
:
RjSpinnerService
);
ngOnInit
():
void
; }