feat(buttons): add a labeled actions group

This commit is contained in:
Alexander Zhukov 2017-07-24 12:12:46 +03:00
parent 2e186f2bd6
commit 931dfea84e
5 changed files with 46 additions and 1 deletions

View file

@ -13,6 +13,7 @@ import { DropdownButtonsComponent } from './dropdown-buttons/dropdown-button.com
import { BlockLevelButtonsComponent } from './block-level-buttons/block-level-buttons.component';
import { ButtonGroupsComponent } from './button-groups/button-groups.component';
import { IconButtonsComponent } from './icon-buttons/icon-buttons.component';
import { LabeledActionsGroupComponent } from './labeled-actions-group/labeled-actions-group.component';
const components = [
ButtonsComponent,
@ -25,6 +26,7 @@ const components = [
BlockLevelButtonsComponent,
ButtonGroupsComponent,
IconButtonsComponent,
LabeledActionsGroupComponent,
];
@NgModule({