mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 16:00:14 +01:00
refactor(buttons): fix button styles
This commit is contained in:
parent
6e89b96316
commit
0420354b9c
18 changed files with 613 additions and 1243 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import { NgModule } from '@angular/core';
|
||||
import { NgaActionsModule, NgaSearchModule, NgaUserModule } from '@nga/theme';
|
||||
|
||||
import { SharedModule } from '../../../shared.module';
|
||||
|
||||
|
|
@ -7,6 +8,8 @@ import { HeroButtonComponent } from './hero-buttons/hero-buttons.component';
|
|||
import { ShapeButtonsComponent } from './shape-buttons/shape-buttons.component';
|
||||
import { SizeButtonsComponent } from './size-buttons/size-buttons.component';
|
||||
import { ButtonsComponent } from './buttons.component';
|
||||
import { ActionsGroupsComponent } from './actions-groups/actions-groups.component';
|
||||
import { DropdownButtonsComponent } from './dropdown-buttons/dropdown-button.component';
|
||||
|
||||
const components = [
|
||||
ButtonsComponent,
|
||||
|
|
@ -14,11 +17,16 @@ const components = [
|
|||
HeroButtonComponent,
|
||||
ShapeButtonsComponent,
|
||||
SizeButtonsComponent,
|
||||
ActionsGroupsComponent,
|
||||
DropdownButtonsComponent,
|
||||
];
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
SharedModule,
|
||||
NgaActionsModule,
|
||||
NgaSearchModule,
|
||||
NgaUserModule,
|
||||
],
|
||||
exports: [
|
||||
...components,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue