Skip to content

Instantly share code, notes, and snippets.

@xiongemi
Created May 25, 2020 01:20
Show Gist options
  • Save xiongemi/881960f2a5d80e39a9c5c17fde873a91 to your computer and use it in GitHub Desktop.
Save xiongemi/881960f2a5d80e39a9c5c17fde873a91 to your computer and use it in GitHub Desktop.
import { FormState } from './form-state.interface';
export const initFormState: FormState<any> = {
model: undefined,
dirty: false,
status: '',
errors: null
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment