File tree Expand file tree Collapse file tree 3 files changed +4
-22
lines changed Expand file tree Collapse file tree 3 files changed +4
-22
lines changed Original file line number Diff line number Diff line change 1
1
import { NgModule } from '@angular/core' ;
2
2
import { FeatureRoutingModule } from './feature-routing.module' ;
3
3
import { FeatureComponent } from './feature.component' ;
4
- import { SharedModule } from '../shared/shared.module' ;
4
+
5
5
6
6
@NgModule ( {
7
7
imports : [
8
- SharedModule ,
9
8
FeatureRoutingModule ,
10
9
FeatureComponent ,
11
- ] ,
10
+ ] ,
12
11
} )
13
12
export class FeatureModule {
14
13
}
Original file line number Diff line number Diff line change 1
1
import { NgModule } from '@angular/core' ;
2
2
import { HomeRoutingModule } from './home-routing.module' ;
3
3
import { HomeComponent } from './home.component' ;
4
- import { SharedModule } from '../shared/shared.module' ;
4
+
5
5
6
6
@NgModule ( {
7
7
imports : [
8
- SharedModule ,
9
8
HomeRoutingModule ,
10
9
HomeComponent ,
11
- ] ,
10
+ ] ,
12
11
} )
13
12
export class HomeModule {
14
13
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments