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(storybook): allow variables in NgModule declarations #4318

Merged

Conversation

allout58
Copy link
Contributor

ISSUES CLOSED: #4314

Current Behavior

Declaring components through a variable in the module.ts file used to generate stories will block any stores from

Expected Behavior

Follow the variable to discover components, or fail with a meaningful error message.

Related Issue(s)

Fixes #4314

@nx-cloud
Copy link

nx-cloud bot commented Dec 16, 2020

Nx Cloud Report

CI ran the following commands for commit 9267aef. Click to see the status, the terminal output, and the build insights.

Status Command Start Time
#000000 nx build-base angular 12/17/2020, 2:23:02 PM
#000000 nx run-many --target=build --all --parallel 12/17/2020, 2:22:59 PM
#000000 nx run-many --target=e2e --projects=e2e-angular 12/17/2020, 2:23:27 PM
#000000 nx run-many --target=lint --all --parallel 12/17/2020, 2:25:38 PM
#000000 nx run-many --target=test --all --parallel 12/17/2020, 2:23:47 PM

Sent with 💌 from NxCloud.

@FrozenPandaz
Copy link
Collaborator

LGTM! 🎉

Good work!

@FrozenPandaz FrozenPandaz merged commit e63c3d1 into nrwl:master Dec 17, 2020
@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 21, 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.

Angular stories creation: Cannot read property 'getChildren' of undefined - Declare Variable
2 participants