Skip to content

Commit 35f4bc9

Browse files
committedJan 9, 2025
feat(nx-angular-mf): export builder types
Add missing export for builder types to improve module usability. This ensures that all types are accessible for external consumers of the library.
1 parent 22488d5 commit 35f4bc9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎libs/nx-angular-mf/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from './builders/types'

0 commit comments

Comments
 (0)
Please sign in to comment.