-
Notifications
You must be signed in to change notification settings - Fork 177
Open
Description
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> {
Metadata
Metadata
Assignees
Labels
No labels