I have an Angular library which is generated using Angular 11 version. Now I want to update it to Angular 12 but no luck using ng update command.
I have used the below command.
ng update --project my-lib
The above library is published in npm. Now I want to update it to the latest version.