We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17149c6 commit ec0e2afCopy full SHA for ec0e2af
1 file changed
apps/angular/view-transition/src/app/post/post-header.component.ts
@@ -6,7 +6,6 @@ import { Component, input } from '@angular/core';
6
standalone: true,
7
imports: [NgOptimizedImage],
8
template: `
9
- <!-- <div class="flex flex-col gap-3">-->
10
<div class="relative">
11
<img
12
ngSrc="assets/profil.webp"
@@ -23,7 +22,6 @@ import { Component, input } from '@angular/core';
23
22
</div>
24
<span class="text-md mt-2 font-bold uppercase">Thomas Laforge</span>
25
<span class="text-sm">{{ date() }}</span>
26
- <!-- </div>-->
27
`,
28
host: {
29
class: 'flex flex-col justify-center items-center',
0 commit comments