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.
1 parent b173581 commit 8d52616Copy full SHA for 8d52616
projects/angular-components/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@frankframework/angular-components",
3
- "version": "1.1.5",
+ "version": "1.1.6",
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,6 +8,7 @@ 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