Skip to content

Commit

Permalink
fix(angular): add missing component exports (closes #518)
Browse files Browse the repository at this point in the history
  • Loading branch information
fynnfeldpausch committed May 29, 2024
1 parent 85abc6b commit ad76f6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions angular/projects/catalyst/src/lib/catalyst.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ const CatComponents = [
Components.CatButtonGroup,
Components.CatCard,
Components.CatCheckbox,
Components.CatDate,
Components.CatDateInline,
Components.CatDatepicker,
Components.CatDropdown,
Components.CatFormGroup,
Expand Down

0 comments on commit ad76f6d

Please sign in to comment.