bigBear713 / nb-common

Some common component, pipe, service based on angular.
https://bigbear713.github.io/nb-common/
MIT License
41 stars 6 forks source link

Will components such as NbRStrComponent be rewritten as standalone components? #13

Closed bigBear713 closed 1 year ago

bigBear713 commented 1 year ago

version: 15 Will components such as NbRStrComponent be rewritten as standalone components?

bigBear713 commented 1 year ago

I don't think it's necessary now. In fact, I tested it briefly, thanks to Angular's powerful tree-shaking, there is no difference after packing, and sometimes even a little bit bigger under standalone mode. I would rewrite it as a standalone component when it is worthwhile to do so.