Skip to content

Commit 1dabad9

Browse files
committed
chore: run prune-ng-modules generator
1 parent 6b4e1fa commit 1dabad9

File tree

3 files changed

+4
-22
lines changed

3 files changed

+4
-22
lines changed

src/app/feature/feature.module.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
import { NgModule } from '@angular/core';
22
import { FeatureRoutingModule } from './feature-routing.module';
33
import { FeatureComponent } from './feature.component';
4-
import { SharedModule } from '../shared/shared.module';
4+
55

66
@NgModule({
77
imports: [
8-
SharedModule,
98
FeatureRoutingModule,
109
FeatureComponent,
11-
],
10+
],
1211
})
1312
export class FeatureModule {
1413
}

src/app/home/home.module.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
import { NgModule } from '@angular/core';
22
import { HomeRoutingModule } from './home-routing.module';
33
import { HomeComponent } from './home.component';
4-
import { SharedModule } from '../shared/shared.module';
4+
55

66
@NgModule({
77
imports: [
8-
SharedModule,
98
HomeRoutingModule,
109
HomeComponent,
11-
],
10+
],
1211
})
1312
export class HomeModule {
1413
}

src/app/shared/shared.module.ts

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)