X Tutup
Skip to content

Interpolation with {{property}} writes null and undefined rather than empty string #3007

@firecube

Description

@firecube

A quick test with the quick start can reproduce this... https://angular.io/docs/js/latest/quickstart.html

Change the line below and you can see the work null written to screen.

Change...
this.name = 'Alice';
... to ...
this.name = null;

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      X Tutup