Skip to content

Commit 5a74569

Browse files
committed
release: 17.1.0
1 parent f04b900 commit 5a74569

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-countdown",
3-
"version": "17.0.0",
3+
"version": "17.1.0",
44
"description": "Simple, easy and performance countdown for angular",
55
"keywords": [
66
"ngx-countdown",

lib/src/countdown.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import { COUNTDOWN_CONFIG } from './provide';
3535
host: { '[class.count-down]': 'true' },
3636
encapsulation: ViewEncapsulation.None,
3737
changeDetection: ChangeDetectionStrategy.OnPush,
38-
imports: [NgIf, NgTemplateOutlet],
38+
imports: [NgTemplateOutlet],
3939
providers: [CountdownTimer],
4040
standalone: true,
4141
})

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-countdown",
3-
"version": "17.0.0",
3+
"version": "17.1.0",
44
"description": "Simple, easy and performance countdown for angular",
55
"keywords": [
66
"ngx-countdown",

0 commit comments

Comments
 (0)