bigBear713 / nb-trans

an angular(2+) component about i18n.
https://bigbear713.github.io/nb-trans/
MIT License
49 stars 6 forks source link

Support to import the components as standalone mode #18

Closed bigBear713 closed 1 year ago

bigBear713 commented 1 year ago

version: v15.0.0

Now the components can be used in standalone components, but should import the NbTransModule first, someone may think using module is not good in standalone component, it is better when the import is all components, although it has no effect on the size of the packed file. And I think it is ok to import the components as standalone mode, so I will support it

bigBear713 commented 1 year ago

It is supperted in v15.1.0