From 5a74569511696f52fa1e00065822a73d2f0b2b32 Mon Sep 17 00:00:00 2001 From: cipchk Date: Tue, 21 Nov 2023 21:42:50 +0800 Subject: [PATCH] release: 17.1.0 --- lib/package.json | 2 +- lib/src/countdown.component.ts | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/package.json b/lib/package.json index f9c84e1..1388d3e 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "ngx-countdown", - "version": "17.0.0", + "version": "17.1.0", "description": "Simple, easy and performance countdown for angular", "keywords": [ "ngx-countdown", diff --git a/lib/src/countdown.component.ts b/lib/src/countdown.component.ts index f6d5109..f31fc89 100644 --- a/lib/src/countdown.component.ts +++ b/lib/src/countdown.component.ts @@ -35,7 +35,7 @@ import { COUNTDOWN_CONFIG } from './provide'; host: { '[class.count-down]': 'true' }, encapsulation: ViewEncapsulation.None, changeDetection: ChangeDetectionStrategy.OnPush, - imports: [NgIf, NgTemplateOutlet], + imports: [NgTemplateOutlet], providers: [CountdownTimer], standalone: true, }) diff --git a/package.json b/package.json index 118b2fd..4b77974 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ngx-countdown", - "version": "17.0.0", + "version": "17.1.0", "description": "Simple, easy and performance countdown for angular", "keywords": [ "ngx-countdown",