I am trying manipulate JSON objects in a android project using NativeScript and Angular2, but, I can't add the reference to JSOG.js.
First, I run the command npm install jsog --save
in prompt (Windows). Then, I put reference in file. I tried put the path in many ways, but, the error is "Cannot find modules".
File home.ts
import jsog = require("./../../node_modules/jsog/lib/JSOG.js");