- 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:
parent
d6abaa0d6d
commit
799d08bd0b
11 changed files with 97 additions and 51 deletions
|
@ -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: [
|
||||
]
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue