DEV Community

GaurangDhorda
GaurangDhorda

Posted on

1

Angular @Directives @Input() binding properly binding type understanding

In angular when you use directive`s @input() without [ ] bracket, by default it is considered as HTML string property, and When set with [ ] is considered as javascript binding and we get actual what type we want to.

angular #javascript #angulartip #typescript

https://t.co/cEzWeRpgSR

Alt Text

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay