Skip to content
This repository was archived by the owner on Apr 5, 2021. It is now read-only.

Commit 8ecdbef

Browse files
committed
replaced cookies with local storage
1 parent 9f3d9c8 commit 8ecdbef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

generators/app/prompts.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@
8383
"module": "ngAnimate",
8484
"package": "angular-animate"
8585
},{
86-
"key": "sanitize",
87-
"module": "ngSanitize",
88-
"package": "angular-sanitize"
86+
"key": "angular-local-storage",
87+
"module": "LocalStorageModule",
88+
"package": "angular-local-storage"
8989
},{
9090
"key": "sanitize",
9191
"module": "ngSanitize",

0 commit comments

Comments
 (0)