DEV Community

Muramoto Hideyosi
Muramoto Hideyosi

Posted on

How to wrap Component with All the attributes?

I am using Nebular Theme now and I like their "NbInput" directive very much.
However, I am going to create a custom password_form_control.
you can see what I want in the attached file.

There are many attributes in the input field and so I had to declare them as @Input in the custom control, which wraps the input field, and It was a pain to me.

Are there any better way to develop custom control?

Top comments (0)