render gallery items
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user