Closed rakeshbaral92 closed 2 years ago
@rakeshbaral92 The fullScreen property expects a boolean — and not a string. In order to pass a boolean value to the property, you need to use the brackets syntax:
[fullScreen]="false"
For more information regarding property binding, visit the official Angular docs.
Thank you for answer @Seveilith . Closing this.
Thanks for the reply. I will try and confirm.
fullScreen="false" in the HTML shows error.