Skip to content

Commit 9cd0e47

Browse files
committed
fix(pwa): remove old pwa
1 parent 91a9a92 commit 9cd0e47

File tree

5 files changed

+2
-78
lines changed

5 files changed

+2
-78
lines changed

angular.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"assets": [
2020
"src/assets",
2121
"src/favicon.ico",
22-
"src/robots.txt",
23-
"src/manifest.json"
22+
"src/robots.txt"
2423
],
2524
"styles": [
2625
"src/styles.scss",
@@ -91,8 +90,7 @@
9190
"assets": [
9291
"src/assets",
9392
"src/favicon.ico",
94-
"src/robots.txt",
95-
"src/manifest.json"
93+
"src/robots.txt"
9694
]
9795
}
9896
},

src/app/app.browser.module.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ export function getRequest(): any {
2525
BrowserModule.withServerTransition({ appId: 'my-app' }),
2626
TransferHttpCacheModule,
2727
BrowserTransferStateModule,
28-
// ServiceWorkerModule.register('/ngsw-worker.js'),
2928
AppModule,
3029
TranslatesBrowserModule
3130
],

src/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
<head>
55
<meta charset="utf-8">
66
<title>UniversalDemo</title>
7-
<link rel="manifest" href="manifest.json">
8-
<meta name="theme-color" content="#000000">
97
<base href="/">
108
<meta name="viewport" content="width=device-width, initial-scale=1">
119
<link rel="icon" type="image/x-icon" href="favicon.ico">

src/manifest.json

Lines changed: 0 additions & 45 deletions
This file was deleted.

src/ngsw-config.json

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)