{"version":3,"file":"ng-stalk-core-resolver.mjs","sources":["../../components/core/resolver/action.resolver.ts","../../components/core/resolver/public-api.ts","../../components/core/resolver/ng-stalk-core-resolver.ts"],"sourcesContent":["/**\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE\n */\n\nimport { Injectable } from '@angular/core';\nimport { ActivatedRouteSnapshot, Resolve, RouterStateSnapshot } from '@angular/router';\n\n@Injectable()\nexport class ActionResolver implements Resolve<string> {\n\n  constructor() {\n\n  }\n\n  // @ts-ignore\n  resolve(route: ActivatedRouteSnapshot, state: RouterStateSnapshot): | string {\n    // @ts-ignore\n    return route.paramMap.get('action');\n  }\n\n}\n","/**\n * Use of this source code is governed by an MIT-style license that can be\n * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE\n */\n\nexport * from './action.resolver';\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;AAAA;;;AAGG;MAMU,cAAc,CAAA;AAEzB,IAAA,WAAA,GAAA;KAEC;;IAGD,OAAO,CAAC,KAA6B,EAAE,KAA0B,EAAA;;QAE/D,OAAO,KAAK,CAAC,QAAQ,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;KACrC;;4GAVU,cAAc,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,UAAA,EAAA,CAAA,CAAA;gHAAd,cAAc,EAAA,CAAA,CAAA;4FAAd,cAAc,EAAA,UAAA,EAAA,CAAA;kBAD1B,UAAU;;;ACRX;;;AAGG;;ACHH;;AAEG;;;;"}