Skip to content

user-agent-info directive not emitting an info event in v9.0.3 #147

@bjornharvold

Description

@bjornharvold

Regression error

AppModule:

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)

app.component.html:
<user-agent-info (info)="deviceInfo($event)"></user-agent-info>

There is never any info emitted here. No error either.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions