mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-20 01:10:13 +01:00
fix(build): remove unused libs, make modals work inside nga-layout
This commit is contained in:
parent
f217e1f97a
commit
9e62e5d164
4 changed files with 21 additions and 32 deletions
|
|
@ -2,7 +2,7 @@ import { NgModule } from '@angular/core';
|
|||
import { CommonModule } from '@angular/common';
|
||||
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
||||
import { RouterModule } from '@angular/router';
|
||||
import { NgaCardModule } from '@nga/theme';
|
||||
import { NgaCardModule, NgaThemeModule } from '@nga/theme';
|
||||
|
||||
@NgModule({
|
||||
exports: [
|
||||
|
|
@ -11,6 +11,7 @@ import { NgaCardModule } from '@nga/theme';
|
|||
ReactiveFormsModule,
|
||||
RouterModule,
|
||||
NgaCardModule,
|
||||
NgaThemeModule,
|
||||
],
|
||||
})
|
||||
export class SharedModule { }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue