Skip to content

Commit 1f9caa9

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)