mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
fix: remove unnecessary comments
This commit is contained in:
@@ -6,7 +6,6 @@ import { Component, input } from '@angular/core';
|
|||||||
standalone: true,
|
standalone: true,
|
||||||
imports: [NgOptimizedImage],
|
imports: [NgOptimizedImage],
|
||||||
template: `
|
template: `
|
||||||
<!-- <div class="flex flex-col gap-3">-->
|
|
||||||
<div class="relative">
|
<div class="relative">
|
||||||
<img
|
<img
|
||||||
ngSrc="assets/profil.webp"
|
ngSrc="assets/profil.webp"
|
||||||
@@ -23,7 +22,6 @@ import { Component, input } from '@angular/core';
|
|||||||
</div>
|
</div>
|
||||||
<span class="text-md mt-2 font-bold uppercase">Thomas Laforge</span>
|
<span class="text-md mt-2 font-bold uppercase">Thomas Laforge</span>
|
||||||
<span class="text-sm">{{ date() }}</span>
|
<span class="text-sm">{{ date() }}</span>
|
||||||
<!-- </div>-->
|
|
||||||
`,
|
`,
|
||||||
host: {
|
host: {
|
||||||
class: 'flex flex-col justify-center items-center',
|
class: 'flex flex-col justify-center items-center',
|
||||||
|
|||||||
Reference in New Issue
Block a user