diff options
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/@schematics/angular/service-worker/schema.d.ts')
-rw-r--r-- | sandbox/testAppNevena/Front/node_modules/@schematics/angular/service-worker/schema.d.ts | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/@schematics/angular/service-worker/schema.d.ts b/sandbox/testAppNevena/Front/node_modules/@schematics/angular/service-worker/schema.d.ts new file mode 100644 index 00000000..c941653d --- /dev/null +++ b/sandbox/testAppNevena/Front/node_modules/@schematics/angular/service-worker/schema.d.ts @@ -0,0 +1,13 @@ +/** + * Pass this schematic to the "run" command to create a service worker + */ +export interface Schema { + /** + * The name of the project. + */ + project: string; + /** + * The target to apply service worker to. + */ + target?: string; +} |