diff --git a/pdb-js/src/app/app.module.ts b/pdb-js/src/app/app.module.ts index 42fa956..579a93c 100644 --- a/pdb-js/src/app/app.module.ts +++ b/pdb-js/src/app/app.module.ts @@ -22,7 +22,7 @@ import { YAxisRangeComponent } from './y-axis-range/y-axis-range.component'; import { QueryAutocompleteComponent } from './query-autocomplete/query-autocomplete.component'; import { LimitByComponent } from './limit-by/limit-by.component'; import { PlotViewComponent } from './plot-view/plot-view.component'; -import { GalleryViewComponent } from './gallery-view/gallery-view.component'; +import { GalleryViewComponent, GalleryItemView } from './gallery-view/gallery-view.component'; @NgModule({ declarations: [ @@ -35,6 +35,8 @@ import { GalleryViewComponent } from './gallery-view/gallery-view.component'; QueryAutocompleteComponent, LimitByComponent, PlotViewComponent, + GalleryViewComponent, + GalleryItemView ], imports: [ BrowserModule, diff --git a/pdb-js/src/app/gallery-view/gallery-item-view.component.html b/pdb-js/src/app/gallery-view/gallery-item-view.component.html new file mode 100644 index 0000000..ed38f22 --- /dev/null +++ b/pdb-js/src/app/gallery-view/gallery-item-view.component.html @@ -0,0 +1,13 @@ +