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

fix (angular): allows importing from @nrwl/angular:init #6883

Merged
merged 2 commits into from Aug 31, 2021

Conversation

srleecode
Copy link
Contributor

Current Behavior

Unable to import the generator @nrwl/angular:init

Expected Behavior

Should be able to import the @nrwl/angular initGenerator in another generator like you can for other generators. For example:
import { reactInitGenerator } from '@nrwl/react';
import { cypressInitGenerator } from '@nrwl/cypress';

Related Issue(s)

Fixes #6790

fix (angular): allows importing from @nrwl/angular:init

Closes nrwl#6790
@vercel
Copy link

vercel bot commented Aug 28, 2021

This pull request is being automatically deployed with Vercel (learn more).
To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://vercel.com/nrwl/nx-dev/2EQSEoEf6qeF3AcwGxWes4gdUny8
✅ Preview: Canceled

[Deployment for 211b7e0 canceled]

chore(angular): fixed formatting error
Copy link
Collaborator

@FrozenPandaz FrozenPandaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution! LGTM 🎉

@FrozenPandaz FrozenPandaz merged commit 69005cc into nrwl:master Aug 31, 2021
sumitparakh pushed a commit to sumitparakh/nx that referenced this pull request Sep 1, 2021
* fix (angular): allows importing from @nrwl/angular:init

fix (angular): allows importing from @nrwl/angular:init

Closes nrwl#6790

* chore(angular): fixed formatting error

chore(angular): fixed formatting error
ManojBahuguna pushed a commit to ManojBahuguna/nx that referenced this pull request Sep 16, 2021
* fix (angular): allows importing from @nrwl/angular:init

fix (angular): allows importing from @nrwl/angular:init

Closes nrwl#6790

* chore(angular): fixed formatting error

chore(angular): fixed formatting error
@github-actions
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unable to import @nrwl/angular:init
2 participants