ng-cards-ap
Version:
I have designed this card package to help people like me searching for a card template to add in their Angular project. This card design consists of various dynamic things which will help you to create different types of card: With Image, without image et
15 lines (14 loc) • 652 B
TypeScript
import { OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NgCardComponent implements OnInit {
title: string;
subTitle: string;
description: string;
border: boolean;
imageSrc: string | undefined;
hoverable: boolean;
constructor();
ngOnInit(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<NgCardComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NgCardComponent, "ng-card-ap", never, { "title": "Title"; "subTitle": "Subtitle"; "description": "Description"; "border": "Border"; "imageSrc": "Image"; "hoverable": "Hoverable"; }, {}, never, never>;
}