mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
tweak test
This commit is contained in:
@@ -28,8 +28,8 @@ export class TestController {
|
||||
};
|
||||
|
||||
// get
|
||||
$scope.getItem = (key : string) => {
|
||||
return localStorageService.get(key);
|
||||
$scope.getItem = (key) => {
|
||||
return localStorageService.get<string>(key);
|
||||
};
|
||||
|
||||
// remove
|
||||
|
||||
Reference in New Issue
Block a user