We created a module project inside ABP Studio on solution explorer. It generated an angular multi project with the module package. How can we run the angular project? We run "yarn" and "yarn start" inside root folder and when we navigate to localhost:4200 it gives the error in developer tools:
ERROR NullInjectorError: R3InjectorError(AppModule)[ApplicationInitStatus -> InjectionToken Application Initializer -> [object Object] -> LazyStyleHandler -> DocumentDirHandlerService -> DocumentDirHandlerService]: NullInjectorError: No provider for DocumentDirHandlerService! at NullInjector.get (core.mjs:1659:27) at R3Injector.get (core.mjs:3105:33) at R3Injector.get (core.mjs:3105:33) at LazyStyleHandler.listenToDirectionChanges (abp-ng.theme.basic.mjs:429:40) at new LazyStyleHandler (abp-ng.theme.basic.mjs:413:14) at Object.LazyStyleHandler_Factory [as factory] (abp-ng.theme.basic.mjs:461:23) at core.mjs:3233:47 at runInInjectorProfilerContext (core.mjs:871:9) at R3Injector.hydrate (core.mjs:3232:21) at R3Injector.get (core.mjs:3095:33)
core.mjs:7372
Another thing we did trying to familiarized with abp studio/abp suite. We had a main project with some modules and created a new project in ABP Suite. It created the module but deleted ALL the angulares projects folder inside all modules. Why is that?