From d3b23682d742cd2c0d4c4556326c5284b178670a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Can=20Y=C4=B1lmaz?=
<30300440+bariscanyilmaz@users.noreply.github.com>
Date: Thu, 2 Feb 2023 16:26:54 +0300
Subject: [PATCH 1/9] create card component
---
.../components/card/card-body.component.ts | 7 +++++
.../components/card/card-title.component.ts | 7 +++++
.../src/lib/components/card/card.component.ts | 27 +++++++++++++++++++
3 files changed, 41 insertions(+)
create mode 100644 npm/ng-packs/packages/theme-shared/src/lib/components/card/card-body.component.ts
create mode 100644 npm/ng-packs/packages/theme-shared/src/lib/components/card/card-title.component.ts
create mode 100644 npm/ng-packs/packages/theme-shared/src/lib/components/card/card.component.ts
diff --git a/npm/ng-packs/packages/theme-shared/src/lib/components/card/card-body.component.ts b/npm/ng-packs/packages/theme-shared/src/lib/components/card/card-body.component.ts
new file mode 100644
index 0000000000..fc540e0002
--- /dev/null
+++ b/npm/ng-packs/packages/theme-shared/src/lib/components/card/card-body.component.ts
@@ -0,0 +1,7 @@
+import { Component } from '@angular/core';
+
+@Component({
+ selector: 'abp-card-body',
+ template: `
{{ '::LongWelcomeMessage' | abpLocalization }}
-Here are some links to help you get started:
-- - + + "> - + style="width: 72px; height: 28px; border: none; display: inline-block">
A Complete Web Application Platform Built on the ABP Framework
ABP Commercial is a platform based on the open source ABP framework. It provides pre-built application modules, rapid @@ -199,8 +174,7 @@
{{ '::LongWelcomeMessage' | abpLocalization }}
-Here are some links to help you get started:
-- - + + " + > - + style="width: 72px; height: 28px; border: none; display: inline-block" + >
A Complete Web Application Platform Built on the ABP Framework
-ABP Commercial is a platform based @@ -174,7 +198,8 @@