You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you are not checking angular.json for source root directory.
I got around this issue by just doing the imports myself, but it would be a nice feature if you could support sourceRoot property as the directory where you check for app/app.module.ts.
When setting up a project with mobiscroll-cli, I received an error -
I think the issue is that at this line -
mobiscroll-cli/src/configAngular.js
Line 78 in 7520be8
I got around this issue by just doing the imports myself, but it would be a nice feature if you could support
sourceRoot
property as the directory where you check forapp/app.module.ts
.A snippet of angular.json
The text was updated successfully, but these errors were encountered: