From 0a6db8318a33dac302a485d0efddc5c1896e6c7d Mon Sep 17 00:00:00 2001 From: Oleksa Novyk Date: Sun, 11 Nov 2018 12:44:18 +0200 Subject: [PATCH] fix(ui/ext-select): fix typings, use non-deprecated getter --- .../ui-ext-select/ui-ext-select.component.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/ui/src/lib/ui-ext-select/ui-ext-select/ui-ext-select.component.html b/projects/ui/src/lib/ui-ext-select/ui-ext-select/ui-ext-select.component.html index efb6bc9..a8bed7c 100644 --- a/projects/ui/src/lib/ui-ext-select/ui-ext-select/ui-ext-select.component.html +++ b/projects/ui/src/lib/ui-ext-select/ui-ext-select/ui-ext-select.component.html @@ -15,12 +15,12 @@
- - {{ service.inputView?.view }} - + + {{ service.inputViews[0]?.view }} +
- + {{ item.view }}