Skip to content
Snippets Groups Projects
Commit 35996e44 authored by Jan Zickermann's avatar Jan Zickermann
Browse files

OZG-4949 Declare components in admin-settings

parent f7ca022a
No related branches found
No related tags found
No related merge requests found
......@@ -20,15 +20,9 @@ import { PostfachPageComponent } from '../pages/postfach/postfach-page/postfach-
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { UserProfileButtonContainerComponent } from '../common/user-profile-button-container/user-profile.button-container.component';
import { AdminSettingsModule } from '@admin-client/admin-settings';
import { PostfachNavigationItemComponent } from '../../../../libs/admin-settings/src/lib/postfach/postfach-navigation-item/postfach-navigation-item.component';
@NgModule({
declarations: [
AppComponent,
PostfachPageComponent,
UserProfileButtonContainerComponent,
PostfachNavigationItemComponent,
],
declarations: [AppComponent, PostfachPageComponent, UserProfileButtonContainerComponent],
imports: [
CommonModule,
TestbtnComponent,
......
......@@ -7,6 +7,8 @@ import { ReactiveFormsModule } from '@angular/forms';
import { PostfachContainerComponent } from './postfach/postfach-container/postfach-container.component';
import { PostfachFormComponent } from './postfach/postfach-container/postfach-form/postfach-form.component';
import { TextFieldComponent } from './shared/text-field/text-field.component';
import { NavigationContainerComponent } from './navigation-container/navigation-container.component';
import { PostfachNavigationItemComponent } from './postfach/postfach-navigation-item/postfach-navigation-item.component';
@NgModule({
declarations: [
......@@ -14,6 +16,8 @@ import { TextFieldComponent } from './shared/text-field/text-field.component';
PostfachFormComponent,
NavigationItemComponent,
TextFieldComponent,
NavigationContainerComponent,
PostfachNavigationItemComponent,
],
imports: [CommonModule, TechSharedModule, RouterModule, ReactiveFormsModule],
exports: [PostfachContainerComponent, NavigationItemComponent],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment