ResponsiveModule.forRoot({
breakPoints: {
xs: {max: 320},
sm: {min: 544, max: 767},
md: {min: 768, max: 991},
lg: {min: 992, max: 1199},
xl: {min: 1200}
},
debounceTime: 100 // allow to debounce checking timer
} as IResponsiveConfig)
There is never any info emitted here. No error either.