@ngrx/store-devtools

WebJar for @ngrx/store-devtools

Лицензия

Лицензия

MIT
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

ngrx__store-devtools
Последняя версия

Последняя версия

3.2.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

@ngrx/store-devtools
WebJar for @ngrx/store-devtools
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/ngrx/store-devtools

Скачать ngrx__store-devtools

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.webjars.npm/ngrx__store-devtools/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>ngrx__store-devtools</artifactId>
    <version>3.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/ngrx__store-devtools/
implementation 'org.webjars.npm:ngrx__store-devtools:3.2.3'
// https://jarcasting.com/artifacts/org.webjars.npm/ngrx__store-devtools/
implementation ("org.webjars.npm:ngrx__store-devtools:3.2.3")
'org.webjars.npm:ngrx__store-devtools:jar:3.2.3'
<dependency org="org.webjars.npm" name="ngrx__store-devtools" rev="3.2.3">
  <artifact name="ngrx__store-devtools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='ngrx__store-devtools', version='3.2.3')
)
libraryDependencies += "org.webjars.npm" % "ngrx__store-devtools" % "3.2.3"
[org.webjars.npm/ngrx__store-devtools "3.2.3"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

This repository is for version 3.x of of @ngrx/store-devtools.

Click here for the latest version (4.x)


@ngrx/store-devtools

Devtools for @ngrx/store.

Join the chat at https://gitter.im/ngrx/store

Installation

npm install @ngrx/store-devtools@3.2.4 --save

Instrumentation

Instrumentation with the Chrome / Firefox Extension (Preferred)

  1. Download the Redux Devtools Extension

  2. In your root Angular module import StoreDevtoolsModule.instrumentOnlyWithExtension():

import { StoreDevtoolsModule } from '@ngrx/store-devtools';

@NgModule({
  imports: [
    StoreModule.provideStore(rootReducer),
    // Note that you must instrument after importing StoreModule
    StoreDevtoolsModule.instrumentOnlyWithExtension({
      maxAge: 5
    })
  ]
})
export class AppModule { }

Instrumentation with a Custom Monitor

To instrument @ngrx/store and use the devtools with a custom monitor you will need to setup the instrumentation providers using instrumentStore():

import {StoreDevtoolsModule} from '@ngrx/store-devtools';

@NgModule({
  imports: [
    StoreModule.provideStore(rootReducer),
    // Note that you must instrument after importing StoreModule
    StoreDevtoolsModule.instrumentStore({
      maxAge: 5,
      monitor: monitorReducer
    })
  ]
})
export class AppModule { }

See @ngrx/store-log-monitor for an example monitor built for Angular 2

Contributing

Please read contributing guidelines here.

org.webjars.npm

ngrx

Reactive Extensions for Angular

Версии библиотеки

Версия
3.2.3