Add service worker to application startup

This commit is contained in:
2024-07-20 21:37:54 +09:30
parent 6e977c4cfe
commit a4f5454c7a
2 changed files with 12 additions and 0 deletions

View File

@@ -8,6 +8,11 @@
"projects": {
"proto-creator": {
"projectType": "application",
"schematics": {
"@schematics/angular:component": {
"style": "scss"
}
},
"root": "",
"sourceRoot": "src",
"prefix": "app",
@@ -20,6 +25,7 @@
"browser": "src/main.ts",
"polyfills": [],
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
"assets": [
{
"glob": "**/*",