UNPKG

bitfront-library

Version:

Angular CLI project with components and classes used by other Angular projects of the BIT foundation.

11 lines (10 loc) 385 B
import { Observable } from "rxjs"; import * as i0 from "@angular/core"; export declare class ToolbarService { private observableToolbarSource; observableToolbar: Observable<any>; constructor(); updateToolbar(componentId: string, toolbar: any): void; static ɵfac: i0.ɵɵFactoryDef<ToolbarService, never>; static ɵprov: i0.ɵɵInjectableDef<ToolbarService>; }