From 0d4341cf335363b31208d4e02f1c41c0e85f9943 Mon Sep 17 00:00:00 2001 From: Rajesh Rathore Date: Thu, 23 May 2024 11:34:37 +0530 Subject: [PATCH] feat: --- src/app/layout/home/home.component.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/app/layout/home/home.component.html b/src/app/layout/home/home.component.html index 66e3b9a..a7cbb5e 100644 --- a/src/app/layout/home/home.component.html +++ b/src/app/layout/home/home.component.html @@ -21,6 +21,18 @@

Algorithms

+
+

DSA Problem Solving Trick

+
+
+

String

+ +
+
+
{{project.name}}

{{project.description!.length > 80 ? project.description!.substring(0,80)+'...' :project.description }}

-
\ No newline at end of file +