generated from nhcarrigan/template
feat: test everything
This commit is contained in:
@@ -7,7 +7,6 @@ import {
|
||||
type ApplicationConfig,
|
||||
provideBrowserGlobalErrorListeners,
|
||||
} from "@angular/core";
|
||||
import { APP_BASE_HREF } from "@angular/common";
|
||||
import { provideRouter } from "@angular/router";
|
||||
// eslint-disable-next-line import/extensions -- This is not a file extension.
|
||||
import { routes } from "./app.routes";
|
||||
@@ -16,6 +15,5 @@ export const appConfig: ApplicationConfig = {
|
||||
providers: [
|
||||
provideBrowserGlobalErrorListeners(),
|
||||
provideRouter(routes),
|
||||
{ provide: APP_BASE_HREF, useValue: "/" },
|
||||
],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user