[CST-4875] improvements

This commit is contained in:
Rezart Vata
2021-12-09 12:46:50 +01:00
parent f74716a459
commit 01b200279b
4 changed files with 16 additions and 13 deletions

View File

@@ -11,7 +11,7 @@ import { ThemedPrivacyComponent } from './privacy/themed-privacy.component';
import { FeedbackComponent } from './feedback/feedback.component';
import { FeedbackContentComponent } from './feedback/feedback-content/feedback-content.component';
import { ThemedFeedbackComponent } from './feedback/themed-feedback.component';
import { ReactiveFormsModule } from '@angular/forms';
import { FeedbackGuard } from '../core/feedback/feedback.guard';
const DECLARATIONS = [
@@ -37,7 +37,8 @@ const DECLARATIONS = [
],
exports: [
...DECLARATIONS
]
],
providers: [FeedbackGuard]
})
export class InfoModule {
}