typebytes / angular-checklist

🔥 Curated list of common mistakes made when developing Angular applications
https://angular-checklist.dev
MIT License
316 stars 66 forks source link

[Review][Components] don't use property bindings to pass static strings to native attributes #122

Open geromegrignon opened 6 months ago

geromegrignon commented 6 months ago

Description

Add an example with [attr.title] syntax when you need to pass an expression and can't just use title="some string value".