gp-crm-ui
Version:
Модуль компонентов UI Имя модуля: `gp-crm-ui`
13 lines (10 loc) • 532 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-group-popup',
templateUrl: './crm-power-select-group-popup.component.html',
styleUrls: ['./crm-power-select-group-popup.component.scss']
})
export class CrmPowerSelectGroupPopupComponent extends CrmPowerSelectPopupComponent {}