ngxs/schematics

View on GitHub
src/utils/common/factories.enum.ts

Summary

Maintainability
A
0 mins
Test Coverage
export enum FACTORIES {
  STATE = 'state',
  STORE = 'store',
  ACTIONS = 'actions',
  STARTER_KIT = 'starter-kit'
}