Get rid of moment-es6 package

This commit is contained in:
Andras Popovics
2022-07-26 16:27:48 +02:00
committed by eromano
parent e4ee6d6fb5
commit 530fef38de
53 changed files with 50 additions and 74 deletions

View File

@@ -19,7 +19,7 @@ import { Component, OnInit, OnDestroy } from '@angular/core';
import { FormGroup, FormBuilder, Validators, FormControl, AbstractControl } from '@angular/forms';
import { ActivatedRoute, Params } from '@angular/router';
import { debounceTime, takeUntil } from 'rxjs/operators';
import moment from 'moment-es6';
import moment from 'moment';
import { Subject } from 'rxjs';
const DEFAULT_SIZE = 20;