8.0.0 • Published 26 days ago

@myrmidon/cadmus-graph-pg-ex v8.0.0

Weekly downloads
-
License
-
Repository
github
Last release
26 days ago

CadmusGraphPgEx

This library was generated with Angular CLI version 15.1.0.

This is the extended version of @myrmidon/cadmus-graph-pg, including the graph walker. As the walker implies an additional dependency on ngx-graph (which in turn depends on d3), the extended version is provided as an alternative to the more streamlined @myrmidon/cadmus-graph-pg. This way, your project can pick the library it requires, without additional overhead.

You can pick the desired version of the library by changing the code in your app routing module like this:

  // cadmus - graph
  {
    path: 'graph',
    loadChildren: () =>
      import('@myrmidon/cadmus-graph-pg-ex').then(
        (module) => module.CadmusGraphPgExModule
      ),
    canActivate: [AuthJwtGuardService],
  },

⚠️ Note that because of issues with ngx-graph dependencies you must ensure to override the version of d3-select in your app's package.json like:

"overrides": {
  "d3-selection": "3.0.0"
}
8.0.0

26 days ago

6.0.0

6 months ago

5.0.2

12 months ago

5.0.1

12 months ago

5.0.0

12 months ago

0.0.1

1 year ago