Skip to content

Commit

Permalink
Merge pull request #13 from ngxsmart/development
Browse files Browse the repository at this point in the history
chore(buttons): exports delete button component in index.ts
  • Loading branch information
pavankjadda authored Apr 5, 2022
2 parents ed417f6 + a48fddc commit 01cb209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ngxsmart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ngxsmart/ngxsmart",
"version": "13.1.1",
"version": "13.1.2",
"repository": {
"type": "git",
"url": "https://github.com/ngxsmart/ngxsmart.git"
Expand Down
1 change: 1 addition & 0 deletions libs/ngxsmart/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export * from './lib/print.module';
export * from './lib/print/ngx-print.directive';

// Export buttons
export * from './lib/buttons/delete-button/delete-button.component';
export * from './lib/buttons/edit-button/edit-button.component';
export * from './lib/buttons/save-primary-button/save-primary-button.component';
export * from './lib/buttons/search-button/search-button.component';
Expand Down

0 comments on commit 01cb209

Please sign in to comment.