A solid reference for Angular's routing system that covers the modern functional approach introduced in recent versions. You'll want this when setting up navigation, guards, or lazy loading in Angular 21 projects. The skill pushes you toward the newer patterns like functional guards with inject() and provideRouter() over the old class-based RouterModule setup, which is the right call. Includes practical examples for common scenarios like auth guards, route resolvers, and component input binding from route params. The lazy loading guidance alone could save you significant bundle size if you're not already doing it. Good for both greenfield projects and knowing what to migrate toward in existing apps.
npx skills add https://github.com/oguzhan18/angular-ecosystem-skills --skill angular-router