Skip to content

Commit

Permalink
feat(core): add missing exported components to angular module
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Manolache committed May 11, 2022
1 parent df4b645 commit 1323e0d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion angular/projects/catalyst/src/lib/catalyst.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,15 @@ const CatComponents = [
Components.CatScrollable,
Components.CatAlert,
Components.CatBadge,
Components.CatSkeleton
Components.CatSkeleton,
Components.CatCard,
Components.CatInput,
Components.CatCheckbox,
Components.CatMenu,
Components.CatRadio,
Components.CatTextarea,
Components.CatToggle,
Components.CatTooltip
];

@NgModule({
Expand Down

0 comments on commit 1323e0d

Please sign in to comment.