Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Nx Code Generator for encapsulating ABP Schematics on NX repositories without 'angular.json' file #16685

Merged
merged 2 commits into from May 29, 2023

Conversation

mahmut-gundogdu
Copy link
Contributor

@mahmut-gundogdu mahmut-gundogdu commented May 26, 2023

Description

Nx can work withut angular json but our Abp Schematics won't. The pr constain nx generator work with angular schematics with or without angular.json.

Resolves #16515
image

Checklist

  • I fully tested it as developer / designer and created unit / integration tests
  • I documented it (or no need to document or I will create a separate documentation issue)

How to test it?

  • Run backend app on nx project (like our abp repo)
  • execute npx nx g @abp/generators:generate-proxy --module=identity --api-name=AbpIdentity --target=identity --project=identity --no-interactive --dry-run

@CLAassistant
Copy link

CLAassistant commented May 26, 2023

CLA assistant check
All committers have signed the CLA.

@masumulu28 masumulu28 merged commit d18ca65 into dev May 29, 2023
2 of 3 checks passed
@masumulu28 masumulu28 deleted the issue/16515 branch May 29, 2023 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Abp generate-proxy doesn't work without angular.json
3 participants