Skip to content

Commit

Permalink
perf(异常模块): 移动异常模块,403组件,404组件,500组件到特性模块下
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayisheji committed Nov 30, 2017
1 parent 68bce36 commit 065b929
Show file tree
Hide file tree
Showing 14 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { NgModule } from '@angular/core';
import { CommonModule } from '@angular/common';
import { SharedModule } from '@app/shared';

import { ExceptionRoutingModule } from './exception-routing.module';
import { NotFoundComponent } from './not-found/not-found.component';
Expand All @@ -8,7 +8,7 @@ import { InternalServerErrorComponent } from './internal-server-error/internal-s

@NgModule({
imports: [
CommonModule,
SharedModule,
ExceptionRoutingModule
],
declarations: [NotFoundComponent, ForbiddenComponent, InternalServerErrorComponent]
Expand Down

0 comments on commit 065b929

Please sign in to comment.