Skip to content

Instantly share code, notes, and snippets.

@cezar-plescan
Created April 13, 2024 13:40
isSaveButtonDisabled getter
protected get isSaveButtonDisabled() {
return !this.form.valid;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment