Skip to content

Commit 021f1ae

Browse files
authored
fix(flex-layout): use aliased imports from primary entry point to secondary entry point (#76)
1 parent 35a1558 commit 021f1ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/libs/flex-layout/provider.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import { Provider } from '@angular/core';
2-
import { BreakPoint } from './core/breakpoints';
32
import {
3+
BreakPoint,
44
BREAKPOINT,
55
DEFAULT_CONFIG,
66
LAYOUT_CONFIG,
77
LayoutConfigOptions,
88
SERVER_TOKEN,
9-
} from './core/tokens';
9+
} from '@ngbracket/ngx-layout/core';
1010

1111
export function provideFlexLayout(
1212
configOptions: LayoutConfigOptions,

0 commit comments

Comments
 (0)