The CauseCardModule provide the components to create cards, such as the one used in the evalink marketplace. The card can be put together with different elements to make them flexible for different use cases.
<cause-card>
<img cause-card-image src="..." alt="...">
<h2 cause-card-title>Together for a safer world.</h2>
<p cause-card-text>
We’re on a mission to democratize security
by connecting technology with people to better
protect lives and valuables.
</p>
</cause-card>
@Module({..., imports [..., CauseCardModule,..., ], ...})export class AppModule {}