mirror of https://github.com/ghostfolio/ghostfolio
				
				
			
				 5 changed files with 16 additions and 31 deletions
			
			
		@ -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