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 +