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 b46cb30 commit 73ff838Copy full SHA for 73ff838
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