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

Support to import the components as standalone mode #17

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 NbCommonModule 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 supported in v15.1.0