How I’ve Replaced Deprecated Resolvers in Angular 16 (blog.bitsrc.io)
Class-based resolvers have been already deprecated in the Angular v15 release, but now with version 16, when the functional approach is even more common, it makes sense to switch to the ResolveFn type...