UNPKG

@ng-doc/ui-kit

Version:

<!-- PROJECT LOGO --> <br /> <div align="center"> <a href="https://github.com/ng-doc/ng-doc"> <img src="https://ng-doc.com/assets/images/ng-doc.svg?raw=true" alt="Logo" height="150px"> </a>

26 lines (22 loc) 989 B
import * as i0 from '@angular/core'; import { Pipe } from '@angular/core'; import { asArray } from '@ng-doc/core/helpers/as-array'; class NgDocAsArrayPipe { transform(value) { return asArray(value); } static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: NgDocAsArrayPipe, deps: [], target: i0.ɵɵFactoryTarget.Pipe }); } static { this.ɵpipe = i0.ɵɵngDeclarePipe({ minVersion: "14.0.0", version: "20.0.3", ngImport: i0, type: NgDocAsArrayPipe, isStandalone: true, name: "asArray" }); } } i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.3", ngImport: i0, type: NgDocAsArrayPipe, decorators: [{ type: Pipe, args: [{ name: 'asArray', standalone: true, }] }] }); /** * Generated bundle index. Do not edit. */ export { NgDocAsArrayPipe }; //# sourceMappingURL=ng-doc-ui-kit-pipes-as-array.mjs.map