Describe the bug
I'm using Angular 14's new feature 'standalone' components. When importing the JsonSchemaFormModule and using the json-scheme-form component in the template I get NullInjectorError (see attached file).
Error:
ERROR NullInjectorError: R3InjectorError(Standalone[PlaygroundComponent])[FrameworkLibraryService -> FrameworkLibraryService -> FrameworkLibraryService -> Framework -> Framework]:
To Reproduce
Steps to reproduce the behavior:
- Install Angular 14
- Generate a standalone component
- Import the
JsonSchemaFormModule
- Add the
json-scheme-form to the component template
- Try to view it in the browser
Expected behavior
I expect to see the Json form.
Screenshots
The error:

The standalone component:

The component template:

Desktop (please complete the following information):
- OS: macOS Monterey 12.6
- Browser: Tested firefox and safari
Log output covering before error and any error statements
ERROR NullInjectorError: R3InjectorError(Standalone[PlaygroundComponent])[FrameworkLibraryService -> FrameworkLibraryService -> FrameworkLibraryService -> Framework -> Framework]:
NullInjectorError: No provider for Framework!
Angular 5
FrameworkLibraryService_Factory ajsf-core.mjs:2294
Angular 8
JsonSchemaFormComponent_Factory ajsf-core.mjs:2294
Angular 5
BlockConfigComponent_Template block-config.component.html:1
Angular 12
SidePanelEditorComponent_Template side-panel-editor.component.html:2
Angular 23
RxJS 6
Angular 22
BaseBlockComponent_HostBindings base-block.component.ts:14
Angular 4
CanvasComponent__svg_g_4_Template canvas.component.html:12
Angular 13
CanvasComponent_Template canvas.component.html:27
Angular 23
[core.mjs:7635:22](webpack:///node_modules/@angular/core/fesm2020/core.mjs)
Describe the bug
I'm using Angular 14's new feature 'standalone' components. When importing the
JsonSchemaFormModuleand using thejson-scheme-formcomponent in the template I get NullInjectorError (see attached file).Error:
ERROR NullInjectorError: R3InjectorError(Standalone[PlaygroundComponent])[FrameworkLibraryService -> FrameworkLibraryService -> FrameworkLibraryService -> Framework -> Framework]:
To Reproduce
Steps to reproduce the behavior:
JsonSchemaFormModulejson-scheme-formto the component templateExpected behavior
I expect to see the Json form.
Screenshots

The error:
The standalone component:

The component template:

Desktop (please complete the following information):
Log output covering before error and any error statements