mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-04 07:31:48 +01:00
refactor(app): rename components, move tinymce to separate file
This commit is contained in:
parent
923e56c3d2
commit
3ac268a096
40 changed files with 199 additions and 136 deletions
17
src/app/shared.module.ts
Normal file
17
src/app/shared.module.ts
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
|
||||
import { RouterModule } from '@angular/router';
|
||||
import { NgaCardModule, NgaBootstrapModule } from '@nga/theme';
|
||||
|
||||
@NgModule ({
|
||||
exports: [
|
||||
CommonModule,
|
||||
FormsModule,
|
||||
ReactiveFormsModule,
|
||||
RouterModule,
|
||||
NgaCardModule,
|
||||
NgaBootstrapModule,
|
||||
],
|
||||
})
|
||||
export class SharedModule { }
|
||||
Loading…
Add table
Add a link
Reference in a new issue