aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/@schematics/angular/guard/schema.js
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/testAppNevena/Front/node_modules/@schematics/angular/guard/schema.js')
-rw-r--r--sandbox/testAppNevena/Front/node_modules/@schematics/angular/guard/schema.js12
1 files changed, 0 insertions, 12 deletions
diff --git a/sandbox/testAppNevena/Front/node_modules/@schematics/angular/guard/schema.js b/sandbox/testAppNevena/Front/node_modules/@schematics/angular/guard/schema.js
deleted file mode 100644
index fd0c3469..00000000
--- a/sandbox/testAppNevena/Front/node_modules/@schematics/angular/guard/schema.js
+++ /dev/null
@@ -1,12 +0,0 @@
-"use strict";
-// THIS FILE IS AUTOMATICALLY GENERATED. TO UPDATE THIS FILE YOU NEED TO CHANGE THE
-// CORRESPONDING JSON SCHEMA FILE, THEN RUN devkit-admin build (or bazel build ...).
-Object.defineProperty(exports, "__esModule", { value: true });
-exports.Implement = void 0;
-var Implement;
-(function (Implement) {
- Implement["CanActivate"] = "CanActivate";
- Implement["CanActivateChild"] = "CanActivateChild";
- Implement["CanDeactivate"] = "CanDeactivate";
- Implement["CanLoad"] = "CanLoad";
-})(Implement = exports.Implement || (exports.Implement = {}));