We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35a1558 commit 021f1aeCopy full SHA for 021f1ae
projects/libs/flex-layout/provider.ts
@@ -1,12 +1,12 @@
1
import { Provider } from '@angular/core';
2
-import { BreakPoint } from './core/breakpoints';
3
import {
+ BreakPoint,
4
BREAKPOINT,
5
DEFAULT_CONFIG,
6
LAYOUT_CONFIG,
7
LayoutConfigOptions,
8
SERVER_TOKEN,
9
-} from './core/tokens';
+} from '@ngbracket/ngx-layout/core';
10
11
export function provideFlexLayout(
12
configOptions: LayoutConfigOptions,
0 commit comments