I am trying to integrate Nools as part of Angular 7 / Typescript application.
I referenced the nools.js in angular.json
I found that nools object could be accessed from the console when debugging. I don't know how to reference this nools object in my typescript code so it will compile.
I couldn't get the import of nools (in Angular component) to compile
Has anyone found a way to integrate nools with Typescript?