Skip to content

Commit e6dc246

Browse files
eneajahoalan-agius4
authored andcommitted
refactor(@schematics/angular): remove empty space in app.config.ts.template
1 parent b07ba1a commit e6dc246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/angular/application/files/standalone-files/src/app/app.config.ts.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ import { provideRouter } from '@angular/router';
44
import { routes } from './app.routes';<% } %>
55

66
export const appConfig: ApplicationConfig = {
7-
providers: [<% if (routing) { %>provideRouter(routes) <% } %>]
7+
providers: [<% if (routing) { %>provideRouter(routes)<% } %>]
88
};

0 commit comments

Comments
 (0)