@ux-aspects/ux-aspects
Version:
Open source user interface framework for building modern, responsive, mobile big data applications
13 lines (12 loc) • 534 B
TypeScript
import { OnDestroy, TemplateRef } from '@angular/core';
import { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class CardTabComponent implements OnDestroy {
private readonly _tabService;
active$: Observable<boolean>;
content: TemplateRef<void>;
constructor();
ngOnDestroy(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<CardTabComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CardTabComponent, "ux-card-tab", never, {}, {}, ["content"], ["*"], false, never>;
}