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 b8cc657 commit f04aedd
Show file tree
Hide file tree
Showing 14 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { NgModule } from '@angular/core';
import { SharedModule } from '../../shared';
import { SharedModule } from '@app/shared';

import { FormRoutingModule } from './form-routing.module';
import { BasicFormComponent } from './basic-form/basic-form.component';
Expand Down

0 comments on commit f04aedd

Please sign in to comment.