Skip to content

Commit

Permalink
fix(aot): remove barrel import in module imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Malkevich committed Mar 18, 2019
1 parent de2ac84 commit 189f7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/dynamic-menu/src/lib/dynamic-menu.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
} from '@angular/core';
import { RouterModule } from '@angular/router';

import { DynamicMenuComponentModule } from './dynamic-menu';
import { DynamicMenuComponentModule } from './dynamic-menu/dynamic-menu.module';
import {
DynamicMenuExtras,
provideDynamicMenuExtras,
Expand Down

0 comments on commit 189f7af

Please # to comment.