diff --git a/aio/angular.json b/aio/angular.json index 446de02f48..ed6581ca49 100644 --- a/aio/angular.json +++ b/aio/angular.json @@ -41,7 +41,17 @@ "src/google385281288605d160.html" ], "styles": [ - "src/styles/main.scss" + "src/styles/main.scss", + { + "inject": false, + "input": "src/styles/custom-themes/light.scss", + "bundleName": "assets/light" + }, + { + "inject": false, + "input": "src/styles/custom-themes/dark.scss", + "bundleName": "assets/dark" + }, ], "scripts": [], "budgets": [ diff --git a/aio/src/app/app.component.html b/aio/src/app/app.component.html index 103382ec32..a443a57f48 100644 --- a/aio/src/app/app.component.html +++ b/aio/src/app/app.component.html @@ -1,5 +1,4 @@
-