We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba4f81b commit 544ae24Copy full SHA for 544ae24
addon/ng2/blueprints/ng2/files/config/environment.js
@@ -0,0 +1,10 @@
1
+/* jshint node: true */
2
+
3
+module.exports = function(environment) {
4
+ return {
5
+ environment: environment,
6
+ baseURL: '/',
7
+ locationType: 'auto'
8
+ };
9
+};
10
0 commit comments