{"id":13481862,"url":"https://github.com/ngrx/store-devtools","last_synced_at":"2025-03-27T12:31:40.605Z","repository":{"id":57130692,"uuid":"52764346","full_name":"ngrx/store-devtools","owner":"ngrx","description":"Developer Tools for @ngrx/store","archived":true,"fork":false,"pushed_at":"2018-01-22T19:55:47.000Z","size":114,"stargazers_count":325,"open_issues_count":24,"forks_count":38,"subscribers_count":30,"default_branch":"master","last_synced_at":"2024-10-22T22:16:40.859Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ngrx.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-29T04:37:44.000Z","updated_at":"2024-08-28T06:49:02.000Z","dependencies_parsed_at":"2022-09-01T00:12:12.906Z","dependency_job_id":null,"html_url":"https://github.com/ngrx/store-devtools","commit_stats":null,"previous_names":["ngrx/devtools"],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngrx%2Fstore-devtools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngrx%2Fstore-devtools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngrx%2Fstore-devtools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ngrx%2Fstore-devtools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ngrx","download_url":"https://codeload.github.com/ngrx/store-devtools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245845049,"owners_count":20681821,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T17:00:56.859Z","updated_at":"2025-03-27T12:31:40.314Z","avatar_url":"https://github.com/ngrx.png","language":"TypeScript","readme":"---\n# This repository is for version 3.x of of @ngrx/store-devtools.\n# [Click here for the latest version (4.x)](https://github.com/ngrx/platform)\n---\n\n# @ngrx/store-devtools\nDevtools for [@ngrx/store](https://github.com/ngrx/store).\n\n[![Join the chat at https://gitter.im/ngrx/store](https://badges.gitter.im/ngrx/store.svg)](https://gitter.im/ngrx/store?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n## Installation\n`npm install @ngrx/store-devtools@3.2.4 --save`\n\n\n## Instrumentation\n### Instrumentation with the Chrome / Firefox Extension (Preferred)\n\n1. Download the [Redux Devtools Extension](http://zalmoxisus.github.io/redux-devtools-extension/)\n\n2. In your root Angular module import `StoreDevtoolsModule.instrumentOnlyWithExtension()`:\n\n  ```ts\n  import { StoreDevtoolsModule } from '@ngrx/store-devtools';\n\n  @NgModule({\n    imports: [\n      StoreModule.provideStore(rootReducer),\n      // Note that you must instrument after importing StoreModule\n      StoreDevtoolsModule.instrumentOnlyWithExtension({\n        maxAge: 5\n      })\n    ]\n  })\n  export class AppModule { }\n  ```\n\n### Instrumentation with a Custom Monitor\nTo instrument @ngrx/store and use the devtools with a custom monitor you will need to setup the\ninstrumentation providers using `instrumentStore()`:\n\n```ts\nimport {StoreDevtoolsModule} from '@ngrx/store-devtools';\n\n@NgModule({\n  imports: [\n    StoreModule.provideStore(rootReducer),\n    // Note that you must instrument after importing StoreModule\n    StoreDevtoolsModule.instrumentStore({\n      maxAge: 5,\n      monitor: monitorReducer\n    })\n  ]\n})\nexport class AppModule { }\n```\n\nSee [@ngrx/store-log-monitor](https://github.com/ngrx/store-log-monitor) for an example monitor built for Angular 2\n\n## Contributing\n\nPlease read [contributing guidelines here](https://github.com/ngrx/store-devtools/blob/master/CONTRIBUTING.md).\n","funding_links":[],"categories":["Uncategorized","Awesome Angular [![Awesome TipeIO](https://img.shields.io/badge/Awesome%20Angular-@TipeIO-6C6AE7.svg)](https://github.com/gdi2290/awesome-angular) [![Awesome devarchy.com](https://img.shields.io/badge/Awesome%20Angular-@devarchy.com-86BDC1.svg)](https://github.com/brillout/awesome-angular-components)"],"sub_categories":["Uncategorized","Angular \u003ca id=\"angular\"\u003e\u003c/a\u003e"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngrx%2Fstore-devtools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fngrx%2Fstore-devtools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fngrx%2Fstore-devtools/lists"}