starter.dev-github-showcases icon indicating copy to clipboard operation
starter.dev-github-showcases copied to clipboard

[Angular-Apollo-Tailwind] Improve profile directory

Open Atrophius opened this issue 3 years ago • 0 comments

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.

Atrophius avatar Sep 12 '22 15:09 Atrophius