Open rockers007 opened 7 years ago
Did you found a solution?
You have to include Jquery, Handlebars and Alpaca in your index.html
.
Then you could declare Jquery very dirty in a *.d.ts
file...
declare const $: any;
Ready to go :)
@WhileTrueEndWhile can you share your code.
AlpacaComponent
(template: <div [id]="myId"></div>
) with config
as input which creates the alpaca form using $("#" + this.myId).alpaca(this.config)
on ngAfterViewInit
.Good luck!
Any support to material angular version 8 or above? using angular-cli?
Can we use alpaca with typescript or Angular 4