Skip to content

Commit

Permalink
fix(example): resolve circular dependency (#1833)
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver authored and brandonroberts committed May 7, 2019
1 parent e836719 commit 1fbd59c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion projects/example-app/src/app/auth/auth.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
import { AuthEffects } from '@example-app/auth/effects';
import { reducers } from '@example-app/auth/reducers';
import { MaterialModule } from '@example-app/material';
import { AuthRoutingModule } from '@example-app/auth';
import { AuthRoutingModule } from './auth-routing.module';

export const COMPONENTS = [
LoginPageComponent,
Expand Down
1 change: 0 additions & 1 deletion projects/example-app/src/app/auth/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
export * from './auth.module';
export * from './auth-routing.module';

0 comments on commit 1fbd59c

Please sign in to comment.