Skip to content

Instantly share code, notes, and snippets.

@ajayojha
Last active April 5, 2020 16:39
Show Gist options
  • Save ajayojha/7c141453c5733500cdf84a2ebb42059e to your computer and use it in GitHub Desktop.
Save ajayojha/7c141453c5733500cdf84a2ebb42059e to your computer and use it in GitHub Desktop.
import { ReactiveFormConfig, ClientLibrary } from '@rxweb/reactive-forms';
ReactiveFormConfig.clientLib = ClientLibrary.Vue;
ReactiveFormConfig.set({
validationMessage: {
required: "This Field is required",
.....
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment