DEV Community

Moe Jamshidy
Moe Jamshidy

Posted on

Using Ngrx DevTools with Ionic 5

Using Ngrx DevTools with Ionic 5

0

I am trying to follow this link to use the Ngrx DevTools. But Ionic uses @ionic/angular-toolkit, and we need to enable the Ngrx Schematics which replaces that. Is there a way to have both?

Changes in Angular.json
  "cli": {
--"defaultCollection": "@ionic/angular-toolkit"
++"defaultCollection": "@ngrx/schematics"

},

@ionic/angular-toolkit: Angular Schematics and Builders for…

Top comments (0)