Skip to content

Commit

Permalink
perf(详情模块): 移动详情页模块,基础详情页组件,高级详情页组件到特性模块下
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayisheji committed Nov 30, 2017
1 parent 50e2e25 commit 30626e1
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { SharedModule } from '@app/shared';

import { ProfileRoutingModule } from './profile-routing.module';
import { BasicComponent } from './basic/basic.component';
import { AdvancedComponent } from './advanced/advanced.component';

@NgModule({
imports: [
CommonModule,
SharedModule,
ProfileRoutingModule
],
declarations: [BasicComponent, AdvancedComponent]
Expand Down

0 comments on commit 30626e1

Please sign in to comment.