source: trip-planner-front/node_modules/@schematics/angular/guard/schema.js@ 6a3a178

Last change on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 566 bytes
Line 
1"use strict";
2// THIS FILE IS AUTOMATICALLY GENERATED. TO UPDATE THIS FILE YOU NEED TO CHANGE THE
3// CORRESPONDING JSON SCHEMA FILE, THEN RUN devkit-admin build (or bazel build ...).
4Object.defineProperty(exports, "__esModule", { value: true });
5exports.Implement = void 0;
6var Implement;
7(function (Implement) {
8 Implement["CanActivate"] = "CanActivate";
9 Implement["CanActivateChild"] = "CanActivateChild";
10 Implement["CanDeactivate"] = "CanDeactivate";
11 Implement["CanLoad"] = "CanLoad";
12})(Implement = exports.Implement || (exports.Implement = {}));
Note: See TracBrowser for help on using the repository browser.