diff --git a/packages/schematics/angular/application/files/src/main.ts b/packages/schematics/angular/application/files/src/main.ts index dfbe22af7360..1060a833d6f9 100644 --- a/packages/schematics/angular/application/files/src/main.ts +++ b/packages/schematics/angular/application/files/src/main.ts @@ -15,4 +15,4 @@ import { AppComponent } from './app/app.component'; import { ɵrenderComponent as renderComponent } from '@angular/core'; renderComponent(AppComponent); -<% } %> +<% } %> \ No newline at end of file