I'm pretty new to using Typescript and Angular 4, and I am having trouble integrating Google Code-Prettify with the angular CLI setup.
I am trying to figure out how to import code-prettify to use dynamically with my components, but I am unsure how to accomplish this.
I've tried installing with NPM and importing PR from the package, but PR comes in as an empty object.
Is there a way to accomplish what I am trying to do?