Angular 7 ngx chips working functionality

776 Views Asked by At

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 formenter image description here

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)

0

There are 0 best solutions below