From 4bfd22d2cf5ca639b864ddbadd09844b7d04dac1 Mon Sep 17 00:00:00 2001 From: Sergey Andrievskiy Date: Tue, 9 Jul 2019 19:16:41 +0300 Subject: [PATCH] fix(select): use new 'checked' input (#1747) --- src/framework/theme/components/select/option.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/framework/theme/components/select/option.component.ts b/src/framework/theme/components/select/option.component.ts index 1aeb5e7cce..4701559d0d 100644 --- a/src/framework/theme/components/select/option.component.ts +++ b/src/framework/theme/components/select/option.component.ts @@ -30,7 +30,7 @@ import { NB_SELECT_INJECTION_TOKEN } from './select-injection-tokens'; changeDetection: ChangeDetectionStrategy.OnPush, template: `