mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
feat(rc6): update to rc6
This commit is contained in:
parent
80a15536a5
commit
3ff5c51f1a
54 changed files with 187 additions and 193 deletions
|
|
@ -10,6 +10,17 @@ import { Forms } from './forms.component';
|
|||
import { Inputs } from './components/inputs';
|
||||
import { Layouts } from './components/layouts';
|
||||
|
||||
import { StandardInputs } from './components/inputs/components/standardInputs';
|
||||
import { ValidationInputs } from './components/inputs/components/validationInputs';
|
||||
import { GroupInputs } from './components/inputs/components/groupInputs';
|
||||
import { CheckboxInputs } from './components/inputs/components/checkboxInputs';
|
||||
import { Rating } from './components/inputs/components/ratinginputs';
|
||||
|
||||
import { InlineForm } from './components/layouts/components/inlineForm';
|
||||
import { BlockForm } from './components/layouts/components/blockForm';
|
||||
import { HorizontalForm } from './components/layouts/components/horizontalForm';
|
||||
import { BasicForm } from './components/layouts/components/basicForm';
|
||||
import { WithoutLabelsForm } from './components/layouts/components/withoutLabelsForm';
|
||||
|
||||
@NgModule({
|
||||
imports: [
|
||||
|
|
@ -22,7 +33,18 @@ import { Layouts } from './components/layouts';
|
|||
declarations: [
|
||||
Layouts,
|
||||
Inputs,
|
||||
Forms
|
||||
Forms,
|
||||
StandardInputs,
|
||||
ValidationInputs,
|
||||
GroupInputs,
|
||||
CheckboxInputs,
|
||||
Rating,
|
||||
InlineForm,
|
||||
BlockForm,
|
||||
HorizontalForm,
|
||||
BasicForm,
|
||||
WithoutLabelsForm
|
||||
]
|
||||
})
|
||||
export default class FormsModule {}
|
||||
export default class FormsModule {
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue