UNPKG

966 BSource Map (JSON)View Raw
1{"version":3,"file":"route_config_decorator.js","sourceRoot":"","sources":["../../../../../modules/@angular/router-deprecated/src/route_config/route_config_decorator.ts"],"names":[],"mappings":";AAAA,6BAA4B,oBAAoB,CAAC,CAAA;AAEjD,kCAAoE,qBAAqB,CAAC,CAAA;AAE1F,kCAAqE,qBAAqB,CAAC;AAAnF,oDAAU;AAAE,gDAAQ;AAAE,gDAAQ;AAAE,0CAAmD;AAG3F,gDAAgD;AAChD;;;;GAIG;AACQ,mBAAW,GAClB,4BAAa,CAAC,+BAAqB,CAAC,CAAC","sourcesContent":["import {makeDecorator} from '../../core_private';\n\nimport {RouteConfig as RouteConfigAnnotation, RouteDefinition} from './route_config_impl';\n\nexport {AsyncRoute, AuxRoute, Redirect, Route, RouteDefinition} from './route_config_impl';\n\n\n// Copied from RouteConfig in route_config_impl.\n/**\n * The `RouteConfig` decorator defines routes for a given component.\n *\n * It takes an array of {@link RouteDefinition}s.\n */\nexport var RouteConfig: (configs: RouteDefinition[]) => ClassDecorator =\n makeDecorator(RouteConfigAnnotation);\n"]}
\No newline at end of file