UNPKG

842 BSource Map (JSON)View Raw
1{"version":3,"file":"tabset.config.js","sourceRoot":"","sources":["../../src/tabs/tabset.config.ts"],"names":[],"mappings":"OAAO,EAAE,UAAU,EAAE,MAAM,eAAe;AAG1C;IAAA;QACE,mEAAmE;QAC5D,SAAI,GAAW,MAAM,CAAC;IAO/B,CAAC;IANM,uBAAU,GAA0B;QAC3C,EAAE,IAAI,EAAE,UAAU,EAAE;KACnB,CAAC;IACF,kBAAkB;IACX,2BAAc,GAAmE,cAAM,OAAA,EAC7F,EAD6F,CAC7F,CAAC;IACF,mBAAC;AAAD,CAAC,AATD,IASC","sourcesContent":["import { Injectable } from '@angular/core';\n\n\nexport class TabsetConfig {\n /** provides default navigation context class: 'tabs' or 'pills' */\n public type: string = 'tabs';\nstatic decorators: DecoratorInvocation[] = [\n{ type: Injectable },\n];\n/** @nocollapse */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\n\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"]}
\No newline at end of file