UNPKG

angular2-json-schema-form

Version:
10 lines 429 B
"use strict"; var router_1 = require("@angular/router"); var playground_component_1 = require("./playground.component"); var appRoutes = [ { path: '', component: playground_component_1.PlaygroundComponent }, { path: '**', component: playground_component_1.PlaygroundComponent } ]; exports.appRoutingProviders = []; exports.routing = router_1.RouterModule.forRoot(appRoutes); //# sourceMappingURL=playground.routing.js.map