Skip to content

Commit 8d52616

Browse files
committed
Add auto-focus directive to public_api
1 parent b173581 commit 8d52616

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: projects/angular-components/package.json

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

Diff for: projects/angular-components/src/public_api.ts

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ 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';
1112
export * from './lib/datatable/dt-content.directive';
1213

1314
// helper classes

0 commit comments

Comments
 (0)