Recently, I've been delving into the world of Typescript and Angular 4. One challenge I'm facing is integrating Google Code-Prettify with my angular CLI setup.
I'm currently attempting to understand how to import code-prettify dynamically for use with my components. However, I'm struggling to find a solution.
I've experimented with installing it via NPM and importing PR from the package, but unfortunately, PR appears as an empty object.
Can anyone offer guidance on how to achieve what I'm aiming for?