@o3r/store-sync
Version: 
This module is exposing an NgRx store synchronization solution (synchronous and asynchronous) via the class StorageSync.
12 lines (11 loc) • 369 B
JSON
{
  "$schema": "https://raw.githubusercontent.com/angular/angular-cli/main/packages/angular_devkit/schematics/collection-schema.json",
  "schematics": {
    "ng-add": {
      "description": "Add store-sync to project.",
      "factory": "./schematics/ng-add/index#ngAdd",
      "schema": "./schematics/ng-add/schema.json",
      "aliases": ["install", "i"]
    }
  }
}