Code format
This commit is contained in:
@@ -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 {}
|
||||
|
||||
Reference in New Issue
Block a user