David Czeck
David Czeck
Without seeing the source for your custom-listbox and the arrays of objects, it is impossible for me to guess the cause. Can you create a small reproducer in [stackblitz](https://stackblitz.com/) of...
@renanvm - could you provide a small code sample that reproduces the error?
@renanvm - in your example, what is an example of res.body?
@renanvm: Please change your template to be: ```html ``` Here is the code I used for the component: ```typescript import { Component, OnInit } from '@angular/core'; import { DualListComponent }...
The event always returns the items in the destination. So, if an item was removed from the destination it will not show up in the event. If you need an...
In the future, please put a complete example of the code you're having a problem with. As best as I can understand based on the code snippet above, this is...
[Source code has the license info](https://github.com/abdmob/x2js/blob/master/xml2json.js): ```javascript /* Copyright 2011-2013 Abdulla Abdurakhmanov Original sources are available at https://code.google.com/p/x2js/ Licensed under the Apache License, Version 2.0 (the "License"); you may not...
@RdN With your NG@18 example, try changing the load line to be: ```ts registry.loadSvg('assets/images/eye.svg', 'eyesvg')?.subscribe(); ```
I suspect it's a browser/security issue with style in SVGs, which is beyond the scope of this component. You might need a custom Content Security Policy header for SVGs to...