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, 0 insertions, 13 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 deleted file mode 100644 index c941653d..00000000 --- a/sandbox/testAppNevena/Front/node_modules/@schematics/angular/service-worker/schema.d.ts +++ /dev/null @@ -1,13 +0,0 @@ -/** - * 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; -} |