Greg
Greg

Reputation: 1710

Creating an email form in angular similar to Google email form

If we look at google when creating a new email you get this :

enter image description here

The first thing i would like the accomplish is when an object(recipient) is selected from a list it would be added to the TO: (Aan) field. And it must be possible to remove it.

How could this be done ?

Then i have a second question on how to let the user add some styling to his email set some text bold or create a list ...

At the moment i'm using angularjs and spring boot but can't find any good information about this. Any clues where i should look or use to accomplish this ?

Upvotes: 0

Views: 333

Answers (1)

Stefano Saitta
Stefano Saitta

Reputation: 2034

I'm not 100% sure that i get what you are actually asking for.

About your first question if you are looking for a UI solution, you should have a look of something like this: ngTagsInput

About your second question instead you could have a look of something like this: textAngular

Let me know if this ask your question.

Upvotes: 1

Related Questions