12 changed files with 28 additions and 14 deletions
@ -1,11 +1,11 @@ |
|||||||
import { NgModule } from "@angular/core"; |
import { NgModule } from "@angular/core"; |
||||||
|
|
||||||
import { FormControlComponent } from "./form-control.component"; |
import { FormControlComponent } from "./form-control.component"; |
||||||
import { BitHintComponent } from "./hint.component"; |
import { BitHintDirective } from "./hint.directive"; |
||||||
import { BitLabelComponent } from "./label.component"; |
import { BitLabelComponent } from "./label.component"; |
||||||
|
|
||||||
@NgModule({ |
@NgModule({ |
||||||
imports: [BitLabelComponent, FormControlComponent, BitHintComponent], |
imports: [BitLabelComponent, FormControlComponent, BitHintDirective], |
||||||
exports: [FormControlComponent, BitLabelComponent, BitHintComponent], |
exports: [FormControlComponent, BitLabelComponent, BitHintDirective], |
||||||
}) |
}) |
||||||
export class FormControlModule {} |
export class FormControlModule {} |
||||||
|
|||||||
Loading…
Reference in new issue