Hi Ragaroto,
Since the library contains BrowserModule, it becomes very problematic or impossible to import the library into different modules of the application. If library module is imported more than once, Angular gives error BrowserModule has already been loaded, to avoid this problem in NgJsonFormModule you need to import CommonModule instead of BrowserModule.
I would like you to consider this suggestion for the new version, with this change it will be much easier to use the library
Hi Ragaroto,
Since the library contains BrowserModule, it becomes very problematic or impossible to import the library into different modules of the application. If library module is imported more than once, Angular gives error
BrowserModule has already been loaded, to avoid this problem in NgJsonFormModule you need to import CommonModule instead of BrowserModule.I would like you to consider this suggestion for the new version, with this change it will be much easier to use the library