mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-21 18:00:13 +01:00
fix(theme): replace title with cardTitle for the card component (#1064)
This commit is contained in:
parent
a75cf58315
commit
d23dc3da98
21 changed files with 59 additions and 59 deletions
|
|
@ -6,7 +6,7 @@ import { Component } from '@angular/core';
|
|||
<div class="widgets">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<ba-card title="Examples">
|
||||
<ba-card cardTitle="Examples">
|
||||
<section id="handsontable">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue