feat(challenge20): create challenge testing modal

This commit is contained in:
thomas
2023-04-25 14:34:44 +02:00
parent 3923cc44f1
commit f378ea01fb
7 changed files with 111 additions and 813 deletions

View File

@@ -19,7 +19,10 @@
"apps/testing-modal/src/favicon.ico",
"apps/testing-modal/src/assets"
],
"styles": ["apps/testing-modal/src/styles.scss"],
"styles": [
"apps/testing-modal/src/styles.scss",
"./node_modules/@angular/material/prebuilt-themes/indigo-pink.css"
],
"scripts": []
},
"configurations": {