UNPKG

ipsos-components

Version:

Material Design components for Angular

12 lines (10 loc) 265 B
import {Component} from '@angular/core'; /** * @title Card with multiple sections */ @Component({ selector: 'card-fancy-example', templateUrl: 'card-fancy-example.html', styleUrls: ['card-fancy-example.css'], }) export class CardFancyExample {}