Create an Angular custom input component with grouping
In this article, we will create an Angular component that takes in some text from the user, and as the user presses the Enter key, we will store that value into a visual representation that looks like the picture below:
Here is demo link. Note that ...
aliasger.dev5 min read