This repository has been archived on 2025-12-28. You can view files and clone it, but cannot push or open issues or pull requests.
inkletblot-com-v2/src/app/projects/project-card/project-card.component.html

4 lines
104 B
HTML

<a routerLink="{{project.slug}}">
<h2>{{project.title}}</h2>
<p>{{project.description}}</p>
</a>