From ba019636014d262a796fe746899fce7c7d3d23c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Balet?= Date: Tue, 16 Apr 2024 16:59:40 +0200 Subject: [PATCH] feat(appearance): 'fill' | 'outline' --- .../src/app/app.component.html | 8 ++++++-- .../src/lib/ngx-mat-birthday-input.component.html | 6 +++--- .../src/lib/ngx-mat-birthday-input.component.ts | 7 ++++++- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/projects/ngx-mat-birthday-input-tester/src/app/app.component.html b/projects/ngx-mat-birthday-input-tester/src/app/app.component.html index ab68817..08ef7be 100644 --- a/projects/ngx-mat-birthday-input-tester/src/app/app.component.html +++ b/projects/ngx-mat-birthday-input-tester/src/app/app.component.html @@ -16,11 +16,15 @@

Mat birthday Input example

- + Birthday - + event diff --git a/projects/ngx-mat-birthday-input/src/lib/ngx-mat-birthday-input.component.html b/projects/ngx-mat-birthday-input/src/lib/ngx-mat-birthday-input.component.html index 4caf43b..6c59006 100644 --- a/projects/ngx-mat-birthday-input/src/lib/ngx-mat-birthday-input.component.html +++ b/projects/ngx-mat-birthday-input/src/lib/ngx-mat-birthday-input.component.html @@ -1,5 +1,5 @@ - + {{ labels[0] }} - + {{ labels[1] }} - + {{ labels[2] }} = new EventEmitter()