Skip to content

Commit e3d31eb

Browse files
authored
Remove the auto-focus diretive to prevent confusion
1 parent 8d52616 commit e3d31eb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

projects/angular-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@frankframework/angular-components",
3-
"version": "1.1.6",
3+
"version": "1.1.7",
44
"description": "A collection of reusable components designed for use in Frank!Framework projects",
55
"main": "",
66
"author": "Vivy Booman",

projects/angular-components/src/public_api.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ export * from './lib/datatable/datatable.component';
88
export * from './lib/checkbox/checkbox.component';
99

1010
export * from './lib/th-sortable.directive';
11-
export * from './lib/auto-focus.directive';
1211
export * from './lib/datatable/dt-content.directive';
1312

1413
// helper classes

0 commit comments

Comments
 (0)