you searched similar issues online (9/10 issues in this repo are solved by googling, so please...do it)
you provide an online demo I can see without having to replicate your environment
you help me by debugging your issue, and if you can't, do go on filling out this form
I'm submitting a ... (check one with "x")
[x] bug report => search github for a similar issue or PR before submitting
[ ] support request/question
Notice: feature requests will be ignored, submit a PR if you'd like
Current behavior
When I add a tag in the mapped array of I have an anonymous object.
public toPuntoDiForzaObj(tag: any): Observable<OffertaPuntoDiForza> {
let jsonConvert: JsonConvert = new JsonConvert();
let tagObj = jsonConvert.deserializeObject(tag, OffertaPuntoDiForza); //tagObj is a real typed Object
return of(tagObj);
}
What do you use to build your app?. Please specify the version
Standard Angular app
Angular version:
Angular 7.1.0
ngx-chips version:
2.0.0-beta.0
Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
PLEASE MAKE SURE THAT:
I'm submitting a ... (check one with "x")
Current behavior
When I add a tag in the mapped array of I have an anonymous object.
Expected behavior
I need the typed object for serialization.
Minimal reproduction of the problem with instructions (if applicable)
Code:
I tried with (onAdding) but with the same result
What do you use to build your app?. Please specify the version
Standard Angular app
Angular version:
Angular 7.1.0
ngx-chips version:
2.0.0-beta.0
Browser: [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
all