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 fc0b4f5 commit f47da38Copy full SHA for f47da38
src/lib/module.ts
@@ -37,7 +37,8 @@ export class FlexLayoutModule {
37
* which sets the corresponding tokens accordingly
38
*/
39
static withConfig(configOptions: LayoutConfigOptions,
40
- breakpoints: BreakPoint|BreakPoint[] = []): ModuleWithProviders {
+ // tslint:disable-next-line:max-line-length
41
+ breakpoints: BreakPoint|BreakPoint[] = []): ModuleWithProviders<FlexLayoutModule> {
42
return {
43
ngModule: FlexLayoutModule,
44
providers: configOptions.serverLoaded ?
0 commit comments