Skip to content

Commit 8819400

Browse files
committed
TEST: Test memory usage by removing some modules.
1 parent 946e2ca commit 8819400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app.module.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ import { ESModule } from './es/es.module';
66
import { ViewModule } from './view/view.module';
77

88
@Module({
9-
imports: [ESModule, ViewModule],
9+
imports: [],
1010
})
1111
export class AppModule {}

0 commit comments

Comments
 (0)