UNPKG

gp-crm-ui

Version:

Модуль компонентов UI Имя модуля: `gp-crm-ui`

14 lines (11 loc) 352 B
import { Component, Input } from '@angular/core'; // Ячейка по умолчанию @Component({ selector: 'crm-table-default-cell', templateUrl: './crm-table-default-cell.component.html', styleUrls: ['./crm-table-default-cell.component.scss'] }) export class CrmTableDefaultCellComponent { // Данные @Input() public data: string; }