- legen-entry.component: any action via buttons

- Moment.Pipe insider core/time module
- dataset.service.ts: init initial timespan with current week timestamps
This commit is contained in:
Arno Kaimbacher 2021-10-25 16:30:50 +02:00
parent d6abaa0d6d
commit 799d08bd0b
11 changed files with 97 additions and 51 deletions

View file

@ -1,7 +1,7 @@
import { CommonModule } from '@angular/common';
import { NgModule } from '@angular/core';
import { MomentPipe } from './time/moment-pipe';
import { DatasetApiService } from '../../app/services/dataset-api.service';
@ -10,8 +10,10 @@ import { DatasetApiService } from '../../app/services/dataset-api.service';
CommonModule
],
declarations: [
MomentPipe
],
exports: [
MomentPipe
],
providers: [
]