Closed tushar-1health closed 6 years ago
hi @tushar-1health I planned to publish a new version today. new version published.
feel free to open if you still have an issue with that. thanks
@a8m
Found peer TypeScript 2.0.10
node_modules/ng-pipes/src/collection/reverse.pipe.ts(8,20): error TS2339: Property 'from' does not exist on type 'ArrayConstructor'.
node_modules/ng-pipes/src/utils/utils.ts(39,13): error TS2339: Property 'repeat' does not exist on type 'string'.
ng-pipes depends on TypeScript 2.1.4 or higher. Updating TypeScript might do the trick
@SteveVanOpstal
Found peer TypeScript 2.1.6
node_modules/ng-pipes/src/collection/reverse.pipe.ts(8,20): error TS2339: Property 'from' does not exist on type 'ArrayConstructor'.
node_modules/ng-pipes/src/utils/utils.ts(39,13): error TS2339: Property 'repeat' does not exist on type 'string'.
@tushar-1health The project where you use ng-pipes
, is it open source project? If so can you send me a link to it?
@SteveVanOpstal Nop. Its a closed source. But I can help you debug this. Do let me know.
Angular (and therefore ng-pipes) relies on core-js to provide ES5 polyfills. Is it possible that you didn't add a core-js type definition (@types/core-js
)?
Hello,
I tried using ceil pipe. I believe you haven't released the latest release on npm.