Advantages of using Angular 2 Button component over html/css button -


is there advantage using angular 2 button/tabs/any other html component on creating component in plain html/css globally reusable code?

will overhead using angular 2 button component on normal buttons?

the advantage don't need build ;-).

the disadvantage might contain more code (ts, html, css) , several imports of components built of might necessary current use case because built in generic way can used in many use cases.

another disadvantage might limited how can customize while limited browser allows if build yourself.

if care additional code, html, css i'm pretty sure it's case of premature optimization without knowing more details concrete requirements it's hard tell.


Comments

Popular posts from this blog

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -