diff --git a/src/app/app.component.html b/src/app/app.component.html index 980545c..f9b3437 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,5 +1,7 @@ - -

Kursy

+ - - + +` \ No newline at end of file diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 2b4862d..800ea59 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -5,17 +5,7 @@ import { RouterOutlet, RouterLink, RouterLinkActive } from '@angular/router'; selector: 'app-root', standalone: true, imports: [RouterOutlet, RouterLink, RouterLinkActive], - template: ` - -
- - -
- `, + templateUrl: './app.component.html', styleUrl: './app.component.css' }) export class AppComponent { diff --git a/src/app/asset-calculator/asset-calculator.component.html b/src/app/asset-calculator/asset-calculator.component.html index 0f98bd0..3ac6027 100644 --- a/src/app/asset-calculator/asset-calculator.component.html +++ b/src/app/asset-calculator/asset-calculator.component.html @@ -1,4 +1,4 @@ -
+

Kalkulator amortyzacyjny

diff --git a/src/app/components/dashboard/dashboard.component.html b/src/app/components/dashboard/dashboard.component.html index cdc8499..38090cf 100644 --- a/src/app/components/dashboard/dashboard.component.html +++ b/src/app/components/dashboard/dashboard.component.html @@ -1,20 +1,6 @@
-
- - -
- -
+
@for (symbol of symbols; track $index ){
diff --git a/src/index.html b/src/index.html index f24efcf..61768b8 100644 --- a/src/index.html +++ b/src/index.html @@ -2,7 +2,7 @@ - ArtiAngularApp + My page