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

Unable to generate application #9

Closed
jkosters opened this issue Aug 4, 2018 · 3 comments
Closed

Unable to generate application #9

jkosters opened this issue Aug 4, 2018 · 3 comments

Comments

@jkosters
Copy link

jkosters commented Aug 4, 2018

No matter what I try, I can't seem to generate a new application in the repo. There is no error or any other output and no files are created. When creating a workspace from scratch seems to work fine, until I update angular core. Does that mean that I need to wait for a fix from nx or add it manually just like issue #8 ?

(Love the repo btw, learning a lot from it. )

@xmlking
Copy link
Owner

xmlking commented Aug 8, 2018

I updated repo with latest #nx
you may not be able to create lazy routing module yet,

ng g lib grid           --routing --lazy --prefix=ngx --parent-module=libs/dashboard/src/lib/dashboard.module.ts   --tags=child-module

But you can create normal module.

ng g lib gridmap --prefix=ngx --tags=child-module

Then you can add routing manually based on other lazy routing modules examples I have in this repo.

nrwl/nx#310

@xmlking
Copy link
Owner

xmlking commented Aug 9, 2018

this should work with latest code.
Please pull latest code and let me know

@jkosters
Copy link
Author

jkosters commented Aug 9, 2018

Thank you. As I said; great work on the repo.

@jkosters jkosters closed this as completed Aug 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants