We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
auto-focus
1 parent 8d52616 commit e3d31ebCopy full SHA for e3d31eb
projects/angular-components/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@frankframework/angular-components",
3
- "version": "1.1.6",
+ "version": "1.1.7",
4
"description": "A collection of reusable components designed for use in Frank!Framework projects",
5
"main": "",
6
"author": "Vivy Booman",
projects/angular-components/src/public_api.ts
@@ -8,7 +8,6 @@ export * from './lib/datatable/datatable.component';
8
export * from './lib/checkbox/checkbox.component';
9
10
export * from './lib/th-sortable.directive';
11
-export * from './lib/auto-focus.directive';
12
export * from './lib/datatable/dt-content.directive';
13
14
// helper classes
0 commit comments