Property Binding vs String Interpolation Replace interpolation to property binding <p>{{ allowNewServer }}</p> to <p [innerText]="allowNewServer"></p>