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.
I want to use a single version of angular dependencies in multiple applications. So i am moving angular dependencies to a centralized angular library.
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