i have a scenario where i want to get input from the field and bind the content of input to tags in another span.
I'm trying this with ngx chips in angular 7 project for a form.I want a div/span with those inputed values above the Reactive form
Here is the picture of form i have imported
import { TagInputModule } from 'ngx-chips';
How can i achieve this?(Basically i don't want to input tags inside the same input field rather on another span)