This is my Portfolio hope you like it
I'm using Angular version 15.2, this is a simple example of how to use html, css and some Angular features to create an About Me page.
Highlighting the MatCardModule, a component of Angular Material.
- Import
import {MatCardModule} from '@angular/material/card';
- Exemple
<mat-card> Simple card </mat-card>
ng build
This command creates/updates a directory called "dist" with the built files.