8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65bd1b4 commit 38aa9beCopy full SHA for 38aa9be
addon/ng2/blueprints/ng2/index.js
@@ -44,12 +44,12 @@ module.exports = {
44
45
files: function() {
46
var fileList = getFiles.call(this);
47
-
+
48
if (this.options && this.options.mobile) {
49
fileList = fileList.filter(p => p.indexOf('__name__.component.html') < 0);
50
fileList = fileList.filter(p => p.indexOf('__name__.component.__styleext__') < 0);
51
}
52
53
return fileList;
54
},
55
0 commit comments