Alexandre VERRY

Results 5 issues of Alexandre VERRY

Is an angular 13 migration already planned ? Or is it ready to use it with angular 13 ?

### Is your feature request related to a problem? Please describe nothing ### Describe the idea you'd like Is an angular 14 migration already planned ? Or is it ready...

Is an angular 14 migration already planned ? Or is it ready to use it with angular 14 ?

Angular < 8 ``` export class SignaturePadPage{ @ViewChild(SignaturePad) signaturePad: SignaturePad; ``` Angular >= 8 `@ViewChild(SignaturePad, {static:false}) public signaturePad: SignaturePad;`

Hi ! I run "npm run build" and i get main.bundle.js and main.map in dist folder. I thought I would have an index.html, ... How can I put my project...