packages/store/schematics/src/utils/common/lib.config.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
export enum LIBRARIES {
  DEVTOOLS = '@ngxs/devtools-plugin',
  FORM = '@ngxs/form-plugin',
  HMR = '@ngxs/hmr-plugin',
  LOGGER = '@ngxs/logger-plugin',
  ROUTER = '@ngxs/router-plugin',
  STORAGE = '@ngxs/storage-plugin',
  STORE = '@ngxs/store',
  WEBSOCKET = '@ngxs/websocket-plugin'
}