Added Terms and Privacy components with routing

Introduced `TermsComponent` and `PrivacyComponent` with basic templates, styles, and unit tests. Updated routing in `app.module` to include `/terms` and `/privacy` paths and registered these components.
This commit is contained in:
Peter
2025-04-06 10:25:48 +02:00
parent 4e77f50d70
commit b029153657
10 changed files with 78 additions and 2 deletions
+1 -1
View File
@@ -7,5 +7,5 @@ import {Component} from '@angular/core';
styleUrl: './rules.component.scss'
})
export class RulesComponent {
scrollService: any;
}