Skip to content

Doesn't work on Angular 10 #656

Description

@vanderdill

What type of issue are you creating?

  • Bug
  • Enhancement
  • Question

What version of this module are you using?

  • 2.0.10 (Stable)
  • 2.1.0-rc.n (2.1 Release Candidate n)
  • Other

Please add a description for your issue:

Angular 10 now requires template on ModuleWithProviders class. So, the following line on index.ts:
}): ModuleWithProviders {

showld be:
}): ModuleWithProviders<SDKBrowserModule> {

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions