I have a angular library installed in my angular application. So the library has all the angular dependencies such as @angular/common, @angular/core etc.
Now I want to make use of the library’s angular dependencies in my current angular application. Without adding angular dependencies directly in current project.
Is this achievable? if yes, how? pls suggest