|
|
@@ -19,6 +19,7 @@ import { DataTableComponent } from './components/data-table/data-table.component
|
|
|
import { FormFieldControlDirective } from './components/form-field/form-field-control.directive';
|
|
|
import { FormFieldComponent } from './components/form-field/form-field.component';
|
|
|
import { FormItemComponent } from './components/form-item/form-item.component';
|
|
|
+import { LanguageSelectorComponent } from './components/language-selector/language-selector.component';
|
|
|
import { DialogButtonsDirective } from './components/modal-dialog/dialog-buttons.directive';
|
|
|
import { DialogComponentOutletComponent } from './components/modal-dialog/dialog-component-outlet.component';
|
|
|
import { DialogTitleDirective } from './components/modal-dialog/dialog-title.directive';
|
|
|
@@ -57,6 +58,7 @@ const DECLARATIONS = [
|
|
|
DialogButtonsDirective,
|
|
|
DialogTitleDirective,
|
|
|
SelectToggleComponent,
|
|
|
+ LanguageSelectorComponent,
|
|
|
];
|
|
|
|
|
|
@NgModule({
|