@c8y/ngx-components
Version:
Angular modules for Cumulocity IoT applications
27 lines • 1.42 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "ngx-bootstrap/dropdown";
import * as i2 from "../common/common.module";
import * as i3 from "ngx-bootstrap/collapse";
import * as i4 from "@angular/router";
import * as i5 from "./action-bar-item.component";
import * as i6 from "./action-bar.component";
/**
* An action bar can be added with content projection or multi provider
* extension. It allows to show them in three positions (left, right
* or more). The actions placed here are always local actions to the
* current route like "add device" or "lock dashboard".
*
* ```html
* <c8y-action-bar-item [placement]="'right'">
* <button class="btn btn-link" (click)="addRandom()"><i c8yIcon="plus-circle"></i> Add random</button>
* </c8y-action-bar-item>
* ```
* @exports ActionBarComponent The outlet component
* @exports ActionBarItemComponent The items to add with cp.
*/
export declare class ActionBarModule {
static ɵfac: i0.ɵɵFactoryDeclaration<ActionBarModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ActionBarModule, never, [typeof i1.BsDropdownModule, typeof i2.CommonModule, typeof i3.CollapseModule, typeof i4.RouterModule, typeof i5.ActionBarItemComponent, typeof i6.ActionBarComponent], [typeof i6.ActionBarComponent, typeof i5.ActionBarItemComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ActionBarModule>;
}
//# sourceMappingURL=action-bar.module.d.ts.map