File tree 1 file changed +4
-4
lines changed
packages/schematics/angular/web-worker
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
"id" : " SchematicsAngularWebWorker" ,
4
4
"title" : " Angular Web Worker Options Schema" ,
5
5
"type" : " object" ,
6
- "description" : " Pass this schematic to the \" run \" command to create a Web Worker " ,
6
+ "description" : " Creates a new generic web worker definition in the given or default project. " ,
7
7
"properties" : {
8
8
"path" : {
9
9
"type" : " string" ,
10
10
"format" : " path" ,
11
11
"description" : " The path at which to create the worker file, relative to the current workspace." ,
12
12
"visible" : false
13
- },
13
+ },
14
14
"project" : {
15
15
"type" : " string" ,
16
16
"description" : " The name of the project." ,
20
20
},
21
21
"target" : {
22
22
"type" : " string" ,
23
- "description" : " The target to apply service worker to." ,
23
+ "description" : " The target to apply web worker to." ,
24
24
"default" : " build"
25
25
},
26
26
"name" : {
36
36
"type" : " boolean" ,
37
37
"default" : true ,
38
38
"description" : " Add a worker creation snippet in a sibling file of the same name."
39
- }
39
+ }
40
40
},
41
41
"required" : [
42
42
" name" ,
You can’t perform that action at this time.
0 commit comments