Skip to content

Commit 60dcd9e

Browse files
fix: remove barrel for export undefined issue
- angular/angular-cli#1831
1 parent f1b0c20 commit 60dcd9e

File tree

4 files changed

+2
-6
lines changed

4 files changed

+2
-6
lines changed

projects/angeeks/gh-layout/src/lib/body/index.ts

-1
This file was deleted.

projects/angeeks/gh-layout/src/lib/gh-layout.module.ts

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
import { NgModule } from '@angular/core';
22

3-
import { BodyComponent } from './body';
4-
import { HeroComponent } from './hero';
3+
import { BodyComponent } from './body/body';
4+
import { HeroComponent } from './hero/hero';
55

66
@NgModule({
7-
imports: [],
87
declarations: [
98
HeroComponent,
109
BodyComponent

projects/angeeks/gh-layout/src/lib/hero/index.ts

-1
This file was deleted.

projects/angeeks/gh-layout/src/lib/index.ts

-1
This file was deleted.

0 commit comments

Comments
 (0)