[[oktatas:web:angular|< Angular]] ====== Angular 18 Material ====== * **Szerző:** Sallai András * Copyright (c) 2024, Sallai András * Licenc: [[https://creativecommons.org/licenses/by-sa/4.0/|CC Attribution-Share Alike 4.0 International]] * Web: https://szit.hu ===== Telepítés ===== Telepítés: ng add @angular/material Tegyük fel, hogy az app.component.html fájlba szeretnénk használni. import {MatButtonModule} from '@angular/material/button'; /* ... */ imports: [RouterOutlet, MatButtonModule ], ===== A modul használata =====

Példa

===== Vízszintes menü gombokból ===== ===== Input ===== Az app.component.ts fájlba felvesszük: import {MatInputModule} from '@angular/material/input'; imports: [RouterOutlet, MatInputModule ],
Alap Magasság
===== Link ===== * https://material.angular.io/guide/getting-started