UNPKG

@ctodev/cclibrary-typings

Version:

Library typings for use with CLARC INFINITY

14 lines (13 loc) 682 B
import { ComponentRef } from '@angular/core'; import { TccSingleton } from '../../models/tcc-singleton.model'; import { TccManageSingletonsService } from '../tcc-manage-singletons/tcc-manage-singletons.service'; import { TccUserOverviewComponent } from '../../components/tcc-user-overview/tcc-user-overview.component'; export declare class TccAutoOpenMenuService implements TccSingleton { private manageSingletons; private componentRef; constructor(manageSingletons: TccManageSingletonsService); init(): void; reset(): void; setComponentRef(ref: ComponentRef<TccUserOverviewComponent>): void; getComponentRef(): ComponentRef<TccUserOverviewComponent>; }