I am trying to use a library for drawing on an image (https://www.npmjs.com/package/ngx-image-drawing-zone) and in the steps, the developer uses NgModule for importing ImageDrawingModule.
However, I started working with Angular 18 recently and have no experience with prior versions.
In Angular 18 there is not even a app.module.ts file.
How do I use this library without NgModule or maybe using a different structure for the code?
strandom is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1