Skip to content

Intl (ECMA-402) support and pipes #108

Closed
@hdeshev

Description

@hdeshev

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
  • ...

/cc @nsndeck @slavchev

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions