UNPKG
@ohayojp/form
Version:
latest (1.0.2)
1.0.2
1.0.1
ohayojp.com
ohayojp/ohayo
@ohayojp/form
/
src
/
terminator.service.d.ts
7 lines
(6 loc)
•
154 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Subject
}
from
'rxjs'
;
export
declare
class
TerminatorService
{
onDestroy
:
Subject
<
boolean
>;
constructor
(
);
destroy
():
void
; }