Skip to content

Commit 9bcbd83

Browse files
authored
refactor(grids): move watermark register (#14752)
1 parent 7c2c92e commit 9bcbd83

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

projects/igniteui-angular/src/lib/grids/grid-base.directive.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,6 @@ import { IgxGridCellComponent } from './cell.component';
178178
import { IgxGridValidationService } from './grid/grid-validation.service';
179179
import { getCurrentResourceStrings } from '../core/i18n/resources';
180180

181-
/*@__PURE__*/IgcTrialWatermark.register();
182-
183181
interface IMatchInfoCache {
184182
row: any;
185183
index: number;
@@ -3335,6 +3333,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
33353333
this._transactions = this.transactionFactory.create(TRANSACTION_TYPE.None);
33363334
this._transactions.cloneStrategy = this.dataCloneStrategy;
33373335
this.cdr.detach();
3336+
IgcTrialWatermark.register();
33383337
}
33393338

33403339
/**

0 commit comments

Comments
 (0)