Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(component): correct type when using strict mode
When an application that depends on ng-recaptcha has tsconfig.json "strictNullChecks": true the `Parameters<T>` utility type fails if the type parameter allows `undefined`. Closes #211
- Loading branch information