ngx-contextual-action-bar
Version:
ngx-contextual-action-bar is an Angular2+ implementation of the [Material Design Contextual Action Bar](https://material.io/components/app-bars-top#contextual-action-bar). The implementation makes it possible to change the action bar properties (i.e. titl
6 lines (5 loc) • 482 B
TypeScript
export { ContextualActionBarModule } from './lib/ngx-contextual-action-bar.module';
export { ContextualActionBarService } from './lib/ngx-contextual-action-bar.service';
export { ContextualActionBarComponent } from './lib/ngx-contextual-action-bar.component';
export { ActionBarLayer, ActionBarLayerModes, ActionBarLayerAction } from "./lib/model/action-bar-layer.model";
export { ActionBarLayerRegistration, ActionBarLayerToggleRegistration } from './lib/layer-registration';