Skip to content

Commit 7e1a039

Browse files
authored
fix(ngx-table): Fix incorrect tag
1 parent 8bac075 commit 7e1a039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/angular/table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"license": "MIT",
2929
"peerDependencies": {
3030
"@angular/common": "^19.0.0",
31-
"@angular/core": "^^19.0.0",
31+
"@angular/core": "^19.0.0",
3232
"@angular/forms": "^19.0.0",
3333
"@angular/cdk": "^19.0.0",
3434
"dot-prop": "^9.0.0",

0 commit comments

Comments
 (0)