diff --git a/addon/ng2/blueprints/ng2/files/__path__/index.html b/addon/ng2/blueprints/ng2/files/__path__/index.html
index 250c1d86e223..3fb880681207 100644
--- a/addon/ng2/blueprints/ng2/files/__path__/index.html
+++ b/addon/ng2/blueprints/ng2/files/__path__/index.html
@@ -4,7 +4,6 @@
<%= jsComponentName %>
-
<% if (isMobile) { %>
@@ -22,9 +21,15 @@
<% } %>
-
+ <% if (!arguments[0].files) {
+ print (`<## _.forEach(files.css, css => { ##><## }) ##>`);
+ } %>
<<%= prefix %>-root>Loading...<%= prefix %>-root>
+
+ <% if (!arguments[0].files) {
+ print (`<## _.forEach(files.js, js => { ##><## }) ##>`);
+ } %>