You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
1.3 KiB
Plaintext

{"version":3,"sources":["../../../../src/app/typescripts/pro/time-picker/timepickerModule.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAA,EAAa,MAAO,iBAAA,CAAkB;AAC/C,OAAO,EAAE,WAAA,EAAY,MAAO,gBAAA,CAAiB;AAC7C,OAAO,EAAE,QAAA,EAA8B,MAAO,eAAA,CAAgB;AAC9D,OAAO,EAAE,WAAA,EAAY,MAAO,uBAAA,CAAwB;AAGpD;IAAA;IAWA,CAAC;IAAD,uBAAC;AAAD,CAXA,AAWC;;AAVM,2BAAU,GAA0B;IAC3C,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC;gBACrB,OAAO,EAAE,CAAC,YAAY,EAAE,WAAW,CAAC;gBACpC,YAAY,EAAE,CAAC,WAAW,CAAC;gBAC3B,OAAO,EAAE,CAAC,WAAW,CAAC;aACzB,EAAG,EAAE;CACL,CAAC;AAEK,+BAAc,GAAmE,cAAM,OAAA,EAC7F,EAD6F,CAC7F,CAAC","file":"timepickerModule.js","sourceRoot":"","sourcesContent":["import { CommonModule } from '@angular/common';\r\nimport { FormsModule } from '@angular/forms';\r\nimport { NgModule, ModuleWithProviders } from '@angular/core';\r\nimport { ClockPicker } from './timepickerComponent';\r\n\r\n\r\nexport class timepickerModule {\r\nstatic decorators: DecoratorInvocation[] = [\n{ type: NgModule, args: [{\r\n imports: [CommonModule, FormsModule],\r\n declarations: [ClockPicker],\r\n exports: [ClockPicker]\r\n}, ] },\n];\n/** @nocollapse */\nstatic ctorParameters: () => ({type: any, decorators?: DecoratorInvocation[]}|null)[] = () => [\n];\n}\ninterface DecoratorInvocation {\n type: Function;\n args?: any[];\n}\n"]}