Generate a lazy routing lib in a specific directory that is pre-configured with a certain parent module
nx generate @nx/angular:lib feature-game-detail --directory=store --lazy --routing --parent="apps/store/src/app/app.routes.ts"
nx generate @nx/angular:component game-detail --project=store-feature-game-detail