Skip to content

Commit fdfaa69

Browse files
committed
docs: use new rootSelector config
1 parent 06557cc commit fdfaa69

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/app.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ export const appConfig: ApplicationConfig = {
88
primary: "#3f51b5",
99
accent: "#e91e63",
1010
warn: "#f44336",
11+
rootSelector: "app-root",
1112
}),
1213
{ provide: APP_BASE_HREF, useValue: window._app_base ?? "/" },
1314
],

0 commit comments

Comments
 (0)