How to use @Attribute decorator in Angular
Clique aqui para ler em Português.
The @Attribute decorator allows passing data from a parent to a child component in a way very similar to the @Input decorator.
But @Attribute is very limited in comparison to @Input as it only allows passing simple...
wldomiciano.hashnode.dev2 min read