Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Error in Readme Angular 8 support #80

Open
Hartaxfr opened this issue Jun 21, 2019 · 1 comment
Open

Error in Readme Angular 8 support #80

Hartaxfr opened this issue Jun 21, 2019 · 1 comment

Comments

@Hartaxfr
Copy link

Angular < 8

export class SignaturePadPage{
  @ViewChild(SignaturePad) signaturePad: SignaturePad;

Angular >= 8

@ViewChild(SignaturePad, {static:false}) public signaturePad: SignaturePad;

@wulfsolter
Copy link
Owner

PR welcome

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants