-
-
Notifications
You must be signed in to change notification settings - Fork 263
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
feat(nx-plugin): initial commit page generator/schematic #577
Conversation
✅ Deploy Preview for analog-blog ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for analog-app ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for analog-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
should i complete this one with the blog and post generators? or should we merge it like this and continue in a different complementary feature @brandonroberts |
@luishcastroc let's merge this as-is and do the blog support separately. Also need to add some docs for using the generators/schematics |
Got it let me work on that and finish those with documentation so we can have everything in place |
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
Which package are you modifying?
What is the current behavior?
There are no generators for Analog plugin
Closes #565
What is the new behavior?
This feature would add the ability to generate pages. It would support Nx Generators and Angular CLI schematics.
Some examples
ng g page about -> src/app/pages/about.page.ts
ng g page blog/post -> src/app/pages/blog/post.page.ts
ng g page products/[products] -> src/app/pages/products/[products].page.ts
Does this PR introduce a breaking change?
Other information
[optional] What gif best describes this PR or how it makes you feel?