added background

This commit is contained in:
2026-01-21 07:28:26 +01:00
parent e58c7dc287
commit 7f7ff008e2
11 changed files with 213 additions and 342 deletions

View File

@@ -1,9 +1,10 @@
import { Component, signal } from '@angular/core';
import { RouterOutlet } from '@angular/router';
import {DotBackground} from './components/dot-background/dot-background';
@Component({
selector: 'app-root',
imports: [RouterOutlet],
imports: [RouterOutlet, DotBackground],
templateUrl: './app.html',
styleUrl: './app.scss'
})