Idée pour avoir un BaseComponent pour gérer le titre et la gestion des icons pour les mat-icons

This commit is contained in:
2026-01-17 12:44:37 +01:00
parent 1e8afbc27a
commit ce3175cba6
8 changed files with 240 additions and 119 deletions

View File

@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
@@ -9,10 +9,6 @@
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<style>
@import url("https://fonts.googleapis.com/css2?family=Roboto&family=Roboto&display=swap");
</style>
</head>
<body class="mat-app-background">