Browse Source

fix card demo component name

pull/16547/head
Barış Can Yılmaz 3 years ago
parent
commit
0cd91c5326
  1. 2
      docs/en/UI/Angular/Card-Component.md

2
docs/en/UI/Angular/Card-Component.md

@ -29,7 +29,7 @@ ABP Card Component is a part of the `ThemeSharedModule` module. If you've import
// my-feature.module.ts
import { ThemeSharedModule } from '@abp/ng.theme.shared';
import { CardDemoComponent } from './chart-demo.component';
import { CardDemoComponent } from './card-demo.component';
@NgModule({
imports: [

Loading…
Cancel
Save