Skip to content

Instantly share code, notes, and snippets.

@buildmotion
Created August 28, 2021 19:44
Show Gist options
  • Save buildmotion/6f60d35e35d142a4c5381eee620f6d7b to your computer and use it in GitHub Desktop.
Save buildmotion/6f60d35e35d142a4c5381eee620f6d7b to your computer and use it in GitHub Desktop.
import { ValidationContext } from '@buildmotion/rules-engine';
import { ValidationContextState } from '@buildmotion/rules-engine';
...
export class myClass {
validationContext: ValidationContext = new ValidationContext();
// implementation details here;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment