{"version":3,"file":"obliczeniowo-elementary-async-pipes.mjs","sources":["../../../../projects/components/async-pipes/pipes/to-async.pipe.ts","../../../../projects/components/async-pipes/obliczeniowo-elementary-async-pipes.ts"],"sourcesContent":["import { Pipe, PipeTransform } from '@angular/core';\nimport { delay, of } from 'rxjs';\n\n@Pipe({\n  name: 'toAsync',\n  standalone: true,\n})\nexport class ToAsyncPipe implements PipeTransform {\n  transform(value: any, time: number = 10): any {\n    return of(value).pipe(delay(time));\n  }\n}\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './public-api';\n"],"names":[],"mappings":";;;;MAOa,WAAW,CAAA;AACtB,IAAA,SAAS,CAAC,KAAU,EAAE,IAAA,GAAe,EAAE,EAAA;AACrC,QAAA,OAAO,EAAE,CAAC,KAAK,CAAC,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC;;uGAFzB,WAAW,EAAA,IAAA,EAAA,EAAA,EAAA,MAAA,EAAA,EAAA,CAAA,eAAA,CAAA,IAAA,EAAA,CAAA;qGAAX,WAAW,EAAA,YAAA,EAAA,IAAA,EAAA,IAAA,EAAA,SAAA,EAAA,CAAA;;2FAAX,WAAW,EAAA,UAAA,EAAA,CAAA;kBAJvB,IAAI;AAAC,YAAA,IAAA,EAAA,CAAA;AACJ,oBAAA,IAAI,EAAE,SAAS;AACf,oBAAA,UAAU,EAAE,IAAI;AACjB,iBAAA;;;ACND;;AAEG;;;;"}