UNPKG

ng-matero

Version:
12 lines 372 B
"use strict"; 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