TAMULib / scholars-angular

MIT License
1 stars 1 forks source link

Fix linking between co-author and co-investigator network #325

Closed wwelling closed 3 weeks ago

wwelling commented 3 weeks ago

This PR resolves #318 and #320. The child component ChordDiagramComponent was not reinitializing due to the expected behavior of Angular to optimize by not reinitializing multiple uses of the same component within a certain context.

There are still issues if the data network does not return any results. That will be addressed in a subsequent PR to address issue #324.