Setup within Angular App #387
Unanswered
fredmorinmibu
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to setup ray to use it with typescript from within a Angular app. Is this even possible, I got the
I ran
npm install m1guelpf/ray-js
and
npm install js-ray
without problems.
but then when i try to add
import { ray } from 'js-ray';
inside my component.ts file, it doesnt work. the file is in the node_modules folder and i am using same relative path as another 3rd party import which works.
thanks
Beta Was this translation helpful? Give feedback.
All reactions