panzerdp/voca

from "import v from 'voca'" to "'import * as v from 'voca'"

prjherbert opened this issue · 1 comments

Just upgraded my Angular2+ (5) app to latest packages and my voca (which I didn't upgrade) includes call stopped being recognised. I needed to change import v from 'voca' to import * as v from 'voca'.

Might be worth investigating/updating your docs.

Thanks for the brilliant library.

Thanks for letting me know.