render gallery items

This commit is contained in:
2019-11-16 15:14:21 +01:00
parent 3022edb1e1
commit 73ea635ac1
11 changed files with 220 additions and 19 deletions

View File

@@ -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,