ng-matero
Version:
Angular Material admin template
12 lines • 372 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.RoutingScope = void 0;
/**
* The scope for the new routing module.
*/
var RoutingScope;
(function (RoutingScope) {
RoutingScope["Child"] = "Child";
RoutingScope["Root"] = "Root";
})(RoutingScope || (exports.RoutingScope = RoutingScope = {}));
//# sourceMappingURL=schema.js.map
;