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

Commit f21a464

Browse files
committed
add angular translate to defaults
1 parent 57d07c6 commit f21a464

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

generators/app/prompts.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,14 @@
110110
"key": "material",
111111
"module": "ngMaterial",
112112
"package": "angular-material"
113+
},{
114+
"key": "satellizer",
115+
"module": "satellizer",
116+
"package": "satellizer"
117+
},{
118+
"key": "translate",
119+
"module": "pascalprecht.translate",
120+
"package": "angular-translate"
113121
}
114122
]
115123
},

0 commit comments

Comments
 (0)