This commit is contained in:
jonaswinkler
2020-12-14 20:20:35 +01:00
parent c24fb7d43b
commit 2f6bf67d96
14 changed files with 8 additions and 18 deletions

View File

@@ -1,7 +1,6 @@
import { formatDate } from '@angular/common';
import { Component, forwardRef, Input, OnInit } from '@angular/core';
import { ControlValueAccessor, NG_VALUE_ACCESSOR } from '@angular/forms';
import { AbstractInputComponent } from '../abstract-input';
@Component({
providers: [{