From b8e6510a966d7bb0094d15308e94b5e9eba5eb09 Mon Sep 17 00:00:00 2001 From: Dominic Watson Date: Fri, 18 Dec 2015 17:30:43 +0000 Subject: [PATCH] feat(serve) add PathLocationStrategy support --- addon/ng2/blueprints/ng2/files/config/environment.js | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 addon/ng2/blueprints/ng2/files/config/environment.js diff --git a/addon/ng2/blueprints/ng2/files/config/environment.js b/addon/ng2/blueprints/ng2/files/config/environment.js new file mode 100644 index 000000000000..4fa28880da9f --- /dev/null +++ b/addon/ng2/blueprints/ng2/files/config/environment.js @@ -0,0 +1,10 @@ +/* jshint node: true */ + +module.exports = function(environment) { + return { + environment: environment, + baseURL: '/', + locationType: 'auto' + }; +}; +