Browse Source

chore: add deprecation comment to table.component

pull/4536/head
mehmet-erim 6 years ago
parent
commit
8a4fc89b56
  1. 4
      npm/ng-packs/packages/theme-shared/src/lib/components/table/table.component.ts

4
npm/ng-packs/packages/theme-shared/src/lib/components/table/table.component.ts

@ -11,6 +11,10 @@ import {
ViewEncapsulation,
} from '@angular/core';
/**
*
* @deprecated use ngx-datatale instead.
*/
@Component({
selector: 'abp-table',
templateUrl: 'table.component.html',

Loading…
Cancel
Save