15c2a93f14
Also, remove `plnkr.json` for `service-worker-getting-started` guide, since it is not used and ServiceWorker cannot work correctly in plnkr/stackblitz anyway (e.g. no build step to re-compute hashes). A zipper might be useful and can be added in a subsequent PR, but it is currently broken (e.g. no dependency on `@angular/service-worker`). PR Close #20165
27 lines
704 B
JSON
27 lines
704 B
JSON
{
|
|
"description": "Contact NgModule v.2",
|
|
"files": [
|
|
"src/app/app.component.2.ts",
|
|
"src/app/app.module.2.ts",
|
|
"src/app/highlight.directive.ts",
|
|
"src/app/title.component.html",
|
|
"src/app/title.component.ts",
|
|
"src/app/user.service.ts",
|
|
|
|
"src/app/contact/contact.component.css",
|
|
"src/app/contact/contact.component.html",
|
|
"src/app/contact/contact.service.ts",
|
|
|
|
"src/app/contact/awesome.pipe.ts",
|
|
"src/app/contact/contact.component.3.ts",
|
|
"src/app/contact/contact.module.2.ts",
|
|
"src/app/contact/contact-highlight.directive.ts",
|
|
|
|
"src/main.2.ts",
|
|
"src/styles.css",
|
|
"src/index.2.html"
|
|
],
|
|
"main": "src/index.2.html",
|
|
"tags": ["NgModule"]
|
|
}
|