ng-materialgrammi
Version:
An Angular framework which follows
10 lines (9 loc) • 406 B
TypeScript
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class CardComponent implements OnInit {
class: string;
constructor();
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<CardComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CardComponent, "mg-card", never, { "class": "class"; }, {}, never, ["[header]", "*", "[footer]"]>;
}