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
{{ message }}
This repository was archived by the owner on Feb 26, 2024. It is now read-only.
Please make this module compatible with angular : 6.0.0-rc.0 and rxjs 6.0.0-beta.1
Most of the other 3rd party libs are compatible after adding "rxjs-compat": "^6.0.0-beta.1", expect in-memory-web-api
ERROR in ./node_modules/angular-in-memory-web-api/backend.service.js
Module not found: Error: Can't resolve 'rxjs/operator/concatMap' in '/myapp/node_modules/angular-in-memory-web-api'
ERROR in ./node_modules/angular-in-memory-web-api/backend.service.js
Module not found: Error: Can't resolve 'rxjs/operator/first' in '/myapp/node_modules/angular-in-memory-web-api'
ERROR in ./node_modules/angular-in-memory-web-api/http-client-backend.service.js
Module not found: Error: Can't resolve 'rxjs/operator/map' in '/myapp/node_modules/angular-in-memory-web-api'
ERROR in ./node_modules/angular-in-memory-web-api/http-backend.service.js
Module not found: Error: Can't resolve 'rxjs/operator/map' in '/myapp/node_modules/angular-in-memory-web-api'
ERROR in ./node_modules/angular-in-memory-web-api/backend.service.js
Module not found: Error: Can't resolve 'rxjs/util/isPromise' in '/myapp/node_modules/angular-in-memory-web-api'