Skip to content

Commit

Permalink
refactor(@schematics/angular): remove empty space in app.config.ts.te…
Browse files Browse the repository at this point in the history
…mplate

(cherry picked from commit e6dc246)
  • Loading branch information
eneajaho authored and alan-agius4 committed Sep 15, 2023
1 parent 7d61494 commit 1f9caa9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ import { provideRouter } from '@angular/router';
import { routes } from './app.routes';<% } %>

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

0 comments on commit 1f9caa9

Please sign in to comment.