Code format

This commit is contained in:
Çetin
2025-01-07 17:29:51 +03:00
parent e3bcb0fdb6
commit 44c2361564
49 changed files with 1536 additions and 1723 deletions
@@ -3,11 +3,9 @@ import { CommonModule } from '@angular/common';
@Component({
selector: 'features-widget',
standalone:true,
imports: [
CommonModule,
],
template: ` <div id="features" class="py-6 px-6 lg:px-20 mt-8 mx-0 lg:mx-20">
standalone: true,
imports: [CommonModule],
template: ` <div id="features" class="py-6 px-6 lg:px-20 mt-8 mx-0 lg:mx-20">
<div class="grid grid-cols-12 gap-4 justify-center">
<div class="col-span-12 text-center mt-20 mb-6">
<div class="text-surface-900 dark:text-surface-0 font-normal mb-2 text-4xl">Marvelous Features</div>
@@ -136,7 +134,6 @@ import { CommonModule } from '@angular/common';
</div>
</div>
</div>
</div>`,
</div>`
})
export class FeaturesWidget {
}
export class FeaturesWidget {}