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 06557cc commit fdfaa69Copy full SHA for fdfaa69
src/app/app.config.ts
@@ -8,6 +8,7 @@ export const appConfig: ApplicationConfig = {
8
primary: "#3f51b5",
9
accent: "#e91e63",
10
warn: "#f44336",
11
+ rootSelector: "app-root",
12
}),
13
{ provide: APP_BASE_HREF, useValue: window._app_base ?? "/" },
14
],
0 commit comments