max-in-bc

Results 2 comments of max-in-bc

It can work like this: ``` this.content_form = new FormGroup({ //you can also put other FormControls that use formControlName directly with this here content_tags: new FormControl([]) }); onTagsUpdate(event){ this.content_form.get("content_tags").setValue(event); }...

Is anyone able to get this plugin (or facebook audience network ads, in general) working on android with cordova/phonegap anymore? It has stopped working for me for at least a...