Skip to content

Commit

Permalink
Now structure viewer export structure service for structural data ret…
Browse files Browse the repository at this point in the history
…rieval
  • Loading branch information
damiclem committed Apr 8, 2024
1 parent d8b1a3b commit 468d899
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/ngx-structure-viewer/src/public-api.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
export { NgxStructureViewerComponent } from './lib/ngx-structure-viewer.component';
// Export interfaces
export { Interaction, Interactor } from './lib/interfaces/interaction';
export { Settings } from './lib/interfaces/settings';
export { Source } from './lib/interfaces/source';
export { Locus } from './lib/interfaces/locus';
// Export services
export { StructureService } from './lib/services/structure.service';

0 comments on commit 468d899

Please sign in to comment.