Skip to content

Instantly share code, notes, and snippets.

@xiongemi
Created May 25, 2020 01:35
Show Gist options
  • Save xiongemi/c1631d3959ac1d1d0768414e42cce16e to your computer and use it in GitHub Desktop.
Save xiongemi/c1631d3959ac1d1d0768414e42cce16e to your computer and use it in GitHub Desktop.
import { Injectable } from '@angular/core';
import { State } from '@ngxs/store';
import { initFormsStateModel } from '../models/forms-state-model-init.const';
@State({
name: 'forms',
defaults: initFormsStateModel
})
@Injectable()
export class FormsState {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment