Closed
Description
Several of the builtin Angular pipes rely on the Intl
API which isn't supported by NativeScript.
We have several options:
- Use (and possibly adapt) a polyfill such as Intl.js
- Provide alternative implementations for the pipes and ship it in an extension package.
- Build a custom polyfill that exposes the native ICU APIs from Android and iOS.
Pipes affected:
- date
- currency
- number
- percent
- decimal
- ...
Metadata
Metadata
Assignees
Labels
No labels