Hi all, I'm new to angular, I'm trying to set up Suite CRM 8.2 project on my local machine,
but I'm getting runtime errors, Please help me how to solve these errors,
Error screenshots are attached, Please check it.
*1. Error: core/app/shell/src/app/app.module.ts:86:14 - error NG1010: Value at position 4 in the NgModule.imports of AppModule is not a reference
Value could not be determined statically.
- Error: core/app/shell/src/app/app.component.ts:45:17 - error NG2003: No suitable injection token for parameter 'appStateStore' of class 'AppComponent'.
Consider using the @Inject decorator to specify an injection token.
45 private appStateStore: AppStateStore,*
Thanks in advance.