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, 12 insertions, 0 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
new file mode 100644
index 00000000..fd0c3469
--- /dev/null
+++ b/sandbox/testAppNevena/Front/node_modules/@schematics/angular/guard/schema.js
@@ -0,0 +1,12 @@
+"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 = {}));