72541: Renamed end-user-agreement-guard and -service; Add metadata on registry; privacy statement component

This commit is contained in:
Kristof De Langhe
2020-08-21 11:22:02 +02:00
parent d46355e274
commit ecf75efe99
27 changed files with 227 additions and 54 deletions

View File

@@ -4,6 +4,8 @@ import { SharedModule } from '../shared/shared.module';
import { EndUserAgreementComponent } from './end-user-agreement/end-user-agreement.component';
import { InfoRoutingModule } from './info-routing.module';
import { EndUserAgreementContentComponent } from './end-user-agreement/end-user-agreement-content/end-user-agreement-content.component';
import { PrivacyComponent } from './privacy/privacy.component';
import { PrivacyContentComponent } from './privacy/privacy-content/privacy-content.component';
@NgModule({
imports: [
@@ -13,7 +15,9 @@ import { EndUserAgreementContentComponent } from './end-user-agreement/end-user-
],
declarations: [
EndUserAgreementComponent,
EndUserAgreementContentComponent
EndUserAgreementContentComponent,
PrivacyComponent,
PrivacyContentComponent
]
})
export class InfoModule {