Logger
Installation
npm i @ngxs/logger-plugin
# or if you are using yarn
yarn add @ngxs/logger-plugin
# or if you are using pnpm
pnpm i @ngxs/logger-pluginUsage
import { provideStore } from '@ngxs/store';
import { withNgxsLoggerPlugin } from '@ngxs/logger-plugin';
export const appConfig: ApplicationConfig = {
providers: [provideStore([], withNgxsLoggerPlugin())]
};Options
Notes
Last updated

