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 7d61494 commit 1f9caa9Copy full SHA for 1f9caa9
packages/schematics/angular/application/files/standalone-files/src/app/app.config.ts.template
@@ -4,5 +4,5 @@ import { provideRouter } from '@angular/router';
4
import { routes } from './app.routes';<% } %>
5
6
export const appConfig: ApplicationConfig = {
7
- providers: [<% if (routing) { %>provideRouter(routes) <% } %>]
+ providers: [<% if (routing) { %>provideRouter(routes)<% } %>]
8
};
0 commit comments