liuy97

Results 5 comments of liuy97

@rlnd1 , I get a similar exception. I fix it by adding source-map in devDependencies of package.json `"source-map": "~0.6.0",` maybe you can try it.

I republished a npm package (https://www.npmjs.com/package/angular-md2) supporting rxjs6, If someone reaches here and still waits for a new version of this project. I only used md2 datepicker, and didn't test...

ios 13 has introduced new entitlement for accessing contacts, see details at https://stackoverflow.com/questions/57442114/ios-13-cncontacts-no-longer-working-to-retrieve-all-contacts

@CatchABus , Here is my NS environment when I run this demo: ``` No issues were detected. ✔ Your ANDROID_HOME environment variable is set and points to correct directory. ✔...

@farfromrefug , thanks for your reply. I have attached the source code [(demo)](https://github.com/user-attachments/files/19551584/demo.zip) which generated random items in item.service.ts. It takes 0.005 seconds to generate all items. ``` init() {...