UNPKG
ng2-idle-core
Version:
latest (6.0.1)
6.0.1
ng-idle for Angular 2+ core module
github.com/hudibrian/ng2-idle.git
hudibrian/ng2-idle
ng2-idle-core
/
src
/
keepalivesvc.js
7 lines
•
180 B
JavaScript
View Raw
1
2
3
4
5
6
7
var
KeepaliveSvc
=
/**
@class
*/
(
function
(
) {
function
KeepaliveSvc
(
) { }
return
KeepaliveSvc
; }());
export
{
KeepaliveSvc
};
//# sourceMappingURL=keepalivesvc.js.map