Skip to content

Decimal Pipe not formatting value correctly #47809

@kiran-pathe

Description

@kiran-pathe

Which @angular/* package(s) are the source of the bug?

common

Is this a regression?

No

Description

Input (string) : "123456789.123456789"
Format : 0.0-9
Output : 123,456,789.12345679
Expected : 123,456,789.123456789

template expression : {{input | number: format}}

Please provide a link to a minimal reproduction of the bug

https://stackblitz.com/edit/angular-ivy-ycarro?file=src/app/app.component.html

Please provide the exception or error you saw

NA

Please provide the environment you discovered this bug in (run ng version)

Angular: 14.0.0

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentarea: commonIssues related to APIs in the @angular/common package

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions