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 7211c79 commit 6315815Copy full SHA for 6315815
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