Skip to content
Advertisement

Tag: angular-library

Importing JS bundle to an Angular Library

I am trying to add a JS script bundle file to a custom Angular Library which is using features from it. I have added the types files so the linting errors are not showing, but the Project does not get built as classes from JS Bundle are not found. I have tried and failed importing the bundle to the public-api

Advertisement