Task/migrate blog page component to standalone (#5742)
* Migrate blog page component to standalone * Update changelogpull/5775/head
parent
103c15ca31
commit
5188544c9b
@ -1,14 +0,0 @@
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
||||
import { MatCardModule } from '@angular/material/card';
|
||||
import { IonIcon } from '@ionic/angular/standalone';
|
||||
|
||||
import { BlogPageRoutingModule } from './blog-page-routing.module';
|
||||
import { BlogPageComponent } from './blog-page.component';
|
||||
|
||||
@NgModule({
|
||||
declarations: [BlogPageComponent],
|
||||
imports: [BlogPageRoutingModule, CommonModule, IonIcon, MatCardModule],
|
||||
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
||||
})
|
||||
export class BlogPageModule {}
|
||||
Loading…
Reference in new issue