diff --git a/docs/en/UI/Angular/Card-Component.md b/docs/en/UI/Angular/Card-Component.md index 40d23a594b..5642fe0be8 100644 --- a/docs/en/UI/Angular/Card-Component.md +++ b/docs/en/UI/Angular/Card-Component.md @@ -3,7 +3,7 @@ The ABP Card Component is a wrapper component for the Bootstrap card class. It supports all features which Bootstrap card component provides. -ABP Card Component has three main components, `CardHeader` Component, `CardBody` Component and `CardFooter` Component. These components have their own class and style inputs +ABP Card Component has three main components, `CardHeader`, `CardBody` and `CardFooter`. These components have their own class and style inputs |Component |Selector |Input Properties | |--------- |-----------------|------------------------------------| @@ -11,15 +11,13 @@ ABP Card Component has three main components, `CardHeader` Component, `CardBody` |CardBody |`abp-card-body` | `cardBodyClass`,`cardBodyStyle` | |CardFooter|`abp-card-footer`| `cardFooterClass`,`cardFooterStyle`| -In addition to these components, Card component provides directives like `CardHeader`,`CardTitle`,`CardSubtitle`,`CardText`,`CardLink`,`CardImgTop`. +In addition to these components, Card component provides directives like `CardHeader`,`CardTitle`,`CardSubtitle`,`CardImgTop`. |Directive |Selector | |-------------|-------------------------------------------------------------| |CardHeader |`abp-card-header`,`[abp-card-header]`,`[abpCardHeader]` | |CardTitle |`abp-card-title`,`[abp-card-title]`,`[abpCardTitle]` | |CardSubtitle |`abp-card-subtitle`,`[abp-card-subtitle]`,`[abpCardSubtitle]`| -|CardText |`abp-card-text`,`[abp-card-text]`,`[abpCardText]` | -|CardLink |`abp-card-link`,`[abp-card-text]`,`[abpCardText]` | |CardImgTop |`abp-card-img-top`,`[abp-card-img-top]`,`[abpCardImgTop]` | @@ -82,9 +80,9 @@ import { Component } from '@angular/core';
Card Title
Card subtitle
-

Some quick example text to build on the card title and make up the bulk of the card's content.

- Card link - Another link +

Some quick example text to build on the card title and make up the bulk of the card's content.

+ Card link + Another link
`, @@ -108,7 +106,7 @@ import { Component } from '@angular/core'; ... -

Some quick example text to build on the card title and make up the bulk of the card's content.

+

Some quick example text to build on the card title and make up the bulk of the card's content.

`, @@ -158,7 +156,7 @@ import { Component } from '@angular/core'; ...
Card title
-

Some quick example text to build on the card title and make up the bulk of the card's content.

+

Some quick example text to build on the card title and make up the bulk of the card's content.

- Card link - Another link + Card link + Another link `, @@ -192,8 +190,8 @@ import { Component } from '@angular/core'; Featured
Special title treatment
-

With supporting text below as a natural lead-in to additional content.

- Go somewhere +

With supporting text below as a natural lead-in to additional content.

+ Go somewhere
2 days ago