Skip to content

Commit

Permalink
fix(public-api): Add Destroy Component export
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorDRF02 committed Oct 18, 2024
1 parent 8db5f21 commit 132175b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions projects/ngx-dynamic-form/src/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// Components
export * from './lib/ngx-dynamic-form.component';
export * from './lib/components/generic-add/generic-add.component'
export * from './lib/components/destroy/destroy.component'
// Fields
export * from './lib/fields/form-checkbox/form-checkbox.component';
export * from './lib/fields/form-input/form-input.component';
Expand Down

0 comments on commit 132175b

Please sign in to comment.