UNPKG
ng2-webstorage
Version:
latest (2.0.0)
2.0.0
1.8.0
1.6.2
1.6.1
1.6.0
1.5.1
1.5.0
1.4.3
1.4.2
1.4.1
1.4.0
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.0.0
Angular webstorage manager
github.com/PillowPillow/ng2-webstorage
PillowPillow/ng2-webstorage
ng2-webstorage
/
dist
/
services
/
sessionStorage.d.ts
6 lines
(5 loc)
•
209 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
IStorage
}
from
'../interfaces'
;
import
{
WebStorageService
}
from
'./webStorage'
;
export
declare
class
SessionStorageService
extends
WebStorageService
implements
IStorage
{
constructor
(
); }