mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-20 01:10:13 +01:00
feat(ui-features): add the buttons page
This commit is contained in:
parent
3d4cf8754f
commit
44318d9e25
9 changed files with 112 additions and 53 deletions
|
|
@ -3,7 +3,7 @@ import { CommonModule } from '@angular/common';
|
|||
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
||||
import { RouterModule } from '@angular/router';
|
||||
import { NgaCardModule } from '@nga/theme';
|
||||
import { CKEditorModule } from 'ng2-ckeditor';
|
||||
import { NgaBootstrapModule } from '@nga/bootstrap';
|
||||
|
||||
@NgModule ({
|
||||
exports: [
|
||||
|
|
@ -12,7 +12,7 @@ import { CKEditorModule } from 'ng2-ckeditor';
|
|||
ReactiveFormsModule,
|
||||
RouterModule,
|
||||
NgaCardModule,
|
||||
CKEditorModule,
|
||||
NgaBootstrapModule,
|
||||
],
|
||||
})
|
||||
export class NgxSharedModule { }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue