Last change
on this file since b738035 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
566 bytes
|
Rev | Line | |
---|
[6a3a178] | 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 ...).
|
---|
| 4 | Object.defineProperty(exports, "__esModule", { value: true });
|
---|
| 5 | exports.Implement = void 0;
|
---|
| 6 | var 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.