gp-crm-ui
Version:
Модуль компонентов UI Имя модуля: `gp-crm-ui`
13 lines (10 loc) • 512 B
text/typescript
import { Component } from '@angular/core';
// Компоненты
import { CrmPowerSelectPopupComponent } from '../crm-power-select-popup/crm-power-select-popup.component';
// Всплывающее окно селектора (дерево)
@Component({
selector: 'crm-power-select-tree-popup',
templateUrl: './crm-power-select-tree-popup.component.html',
styleUrls: ['./crm-power-select-tree-popup.component.scss']
})
export class CrmPowerSelectTreePopupComponent extends CrmPowerSelectPopupComponent {}