|
@@ -36,7 +36,8 @@ import { ViewEventPageComponent } from './pages/view-event-page/view-event-page.
|
|
|
import { UiLibraryModule } from './ui-library.module';
|
|
import { UiLibraryModule } from './ui-library.module';
|
|
|
import { DistancePipe } from './tracks/distance.pipe';
|
|
import { DistancePipe } from './tracks/distance.pipe';
|
|
|
import { ElevationPipe } from './tracks/elevation.pipe';
|
|
import { ElevationPipe } from './tracks/elevation.pipe';
|
|
|
-import { RegistrationStatePipe } from './events/registration-state.pipe';
|
|
|
|
|
|
|
+import { RegistrationStatePipe } from './events/registration-state.pipe';
|
|
|
|
|
+import { EventListItemComponent } from './events/event-list-item/event-list-item.component';
|
|
|
|
|
|
|
|
@NgModule({
|
|
@NgModule({
|
|
|
declarations: [
|
|
declarations: [
|
|
@@ -61,6 +62,7 @@ import { RegistrationStatePipe } from './events/registration-state.pipe';
|
|
|
DistancePipe,
|
|
DistancePipe,
|
|
|
ElevationPipe,
|
|
ElevationPipe,
|
|
|
RegistrationStatePipe,
|
|
RegistrationStatePipe,
|
|
|
|
|
+ EventListItemComponent,
|
|
|
],
|
|
],
|
|
|
imports: [
|
|
imports: [
|
|
|
BrowserModule,
|
|
BrowserModule,
|