angular form

0

Good I'm doing a product registration with angular, and in one of the "inputs" I want to add "tags"

until now I do not know how to make my form add several "tags" and send them to the backend, some idea of how to do it

    
asked by liryco 04.08.2018 в 02:40
source

1 answer

0

If you are using Angular Material you can use the Chips that you can send to the backend as a string array.

link

    
answered by 04.08.2018 в 15:12