commit
This commit is contained in:
18
src/app/core/core.module.ts
Normal file
18
src/app/core/core.module.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
* @Description: {{ByRuin}}
|
||||
* @Version: 2.0
|
||||
* @Author: Ruin 🍭
|
||||
* @Date: 2022-03-03 16:48:51
|
||||
* @LastEditors: 刘引
|
||||
* @LastEditTime: 2022-03-03 17:10:50
|
||||
*/
|
||||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { PagesModule } from '../pages/pages.module';
|
||||
// import { }
|
||||
|
||||
@NgModule({
|
||||
declarations: [],
|
||||
imports: [CommonModule, PagesModule],
|
||||
})
|
||||
export class CoreModule {}
|
||||
Reference in New Issue
Block a user