demos-for-angular icon indicating copy to clipboard operation
demos-for-angular copied to clipboard

Resolve() is deprecated in Angular 15

Open ajahuanex opened this issue 1 year ago • 4 comments

import { Resolve, ActivatedRouteSnapshot } from '@angular/router'; How can I fix the Resolve()? if this is deprecated in official documentation https://angular.io/api/router/Resolve

ajahuanex avatar Mar 03 '23 02:03 ajahuanex