UNPKG

1.4 kBSource Map (JSON)View Raw
1{"version":3,"file":"buttons.module.js","sourceRoot":"","sources":["../../src/buttons/buttons.module.ts"],"names":[],"mappings":"OAAO,EAAE,QAAQ,EAAuB,MAAM,eAAe;OAEtD,EAAE,uBAAuB,EAAE,MAAM,6BAA6B;OAC9D,EAAE,oBAAoB,EAAE,MAAM,0BAA0B;AAG/D;IAAA;IAaA,CAAC;IAZe,qBAAO,GAArB;QACE,MAAM,CAAC,EAAC,QAAQ,EAAE,aAAa,EAAE,SAAS,EAAE,EAAE,EAAC,CAAC;IAClD,CAAC;IACI,wBAAU,GAA0B;QAC3C,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;oBACvB,YAAY,EAAE,CAAC,uBAAuB,EAAE,oBAAoB,CAAC;oBAC7D,OAAO,EAAE,CAAC,uBAAuB,EAAE,oBAAoB,CAAC;iBACzD,EAAG,EAAE;KACL,CAAC;IACF,kBAAkB;IACX,4BAAc,GAAmE,cAAM,OAAA,EAC7F,EAD6F,CAC7F,CAAC;IACF,oBAAC;AAAD,CAAC,AAbD,IAaC","sourcesContent":["import { NgModule, ModuleWithProviders } from '@angular/core';\n\nimport { ButtonCheckboxDirective } from './button-checkbox.directive';\nimport { ButtonRadioDirective } from './button-radio.directive';\n\n\nexport class ButtonsModule {\n public static forRoot(): ModuleWithProviders {\n return {ngModule: ButtonsModule, providers: []};\n }\nstatic decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\n declarations: [ButtonCheckboxDirective, ButtonRadioDirective],\n exports: [ButtonCheckboxDirective, ButtonRadioDirective]\n}, ] },\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