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;