+
+ About Us
+ Contact
+ Careers
+
+
+ Privacy Policy
+ Terms of Service
+ Imprint
+
+
+ `
+})
+export class AppComponent {}
+```
+
+#### Without copyright
+
+```ts app.component.ts
+// app.component.ts
+import { Component } from "@angular/core";
+import { DBFooter, DBLink } from "@db-ux/ngx-core-components";
+
+@Component({
+ selector: "app-root",
+ imports: [DBFooter, DBLink],
+ template: `
+