import { ChangeDetectionStrategy, Component, ViewEncapsulation, HostBinding, Input } from '@angular/core'; import {CDK_TABLE_TEMPLATE, CdkTable} from '@angular/cdk'; /** Workaround for https://github.com/angular/angular/issues/17849 */ export const _SamTable = CdkTable; /** * Wrapper for the CdkTable with Material design styles. * Todo: revert back to using CDK_TABLE_TEMPLATE in a later version */ @Component({ selector: 'sam-datatable', template: `