mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 00:10:14 +01:00
feat(forms): add the form inputs and the form layouts pages
This commit is contained in:
parent
8649247f87
commit
3e47df7526
11 changed files with 685 additions and 47 deletions
16
src/app/pages/forms/forms.module.ts
Normal file
16
src/app/pages/forms/forms.module.ts
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
import { NgModule } from '@angular/core';
|
||||
|
||||
import { NgxSharedModule } from '../../@shared/shared.module';
|
||||
|
||||
import { NgxFormsRoutingModule, routedComponents } from './forms-routing.module';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
NgxSharedModule,
|
||||
NgxFormsRoutingModule,
|
||||
],
|
||||
declarations: [
|
||||
...routedComponents,
|
||||
],
|
||||
})
|
||||
export class NgxFormsModule { }
|
||||
Loading…
Add table
Add a link
Reference in a new issue