starter.dev-github-showcases
starter.dev-github-showcases copied to clipboard
[Angular-Apollo-Tailwind] Improve profile directory
Profile directory can probably be split into user and org. ProfileResolver uses ActivatedRouteSnapshot.url to resolve params, but they could use ActivatedRouteSnapshot.paramMap.get('owner') to avoid conditional logic.