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
		
			
				
	
	
		
			25 lines
		
	
	
		
			708 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			708 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "description": "Angular Reactive Forms (final)",
 | |
|   "files":[
 | |
|     "src/styles.css",
 | |
| 
 | |
|     "src/app/app.component.ts",
 | |
|     "src/app/app.component.html",
 | |
|     "src/app/app.component.css",
 | |
|     "src/app/app.module.ts",
 | |
|     "src/app/data-model.ts",
 | |
|     "src/app/hero.service.ts",
 | |
|     "src/app/hero-detail/hero-detail.component.html",
 | |
|     "src/app/hero-detail/hero-detail.component.ts",
 | |
|     "src/app/hero-detail/hero-detail.component.css",
 | |
|     "src/app/hero-list/hero-list.component.html",
 | |
|     "src/app/hero-list/hero-list.component.ts",
 | |
|     "src/app/hero-list/hero-list.component.css",
 | |
| 
 | |
|     "src/main-final.ts",
 | |
|     "src/index-final.html"
 | |
|   ],
 | |
|   "main": "src/index-final.html",
 | |
|   "tags": ["reactive", "forms"]
 | |
| }
 |