-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Implement ngrx rules for @angular-devkit/schematics #53
Comments
This news are awesome! Can't wait I can try this and probably help with testing :)
|
@robwormald Any plans on this? Schematics was shipped in cli 1.4 if I remember correctly. |
I love @ngrx/platform; however, my only concern since the release of these state management packages has been the documentation. To be more specific, I feel the documentation and corresponding samples could be more clear and concise. Presently, it seems lack of clarity in the documentation surfaces as project filesystem structures begin to deviate from the shape of the example-app. I know the documentation is revised continuously. I believe it would of benefit to newcomers if the documentation more closely represented the official angular documentation of the format from angular.io guides. It would be awesome to see @ngrx/platform documentation as it relates to Schematics rules upon release take the initiative to supply the aforementioned documentation format to promote ease of adoption. |
is there any documantation on |
@kuncevic No, we have a lot more work to do before we consider either of those projects released. |
@MikeRyanDev both saying |
No, they are not published to NPM. That version number in |
@MikeRyanDev I would be interested in testing once you think it is ready for it and I'd be willing to help with documentation also if necessary. |
@MikeRyanDev I am also interested in testing and would be willing to help with documentation. |
Pretty soon here the Angular team will be releasing Schematics, a new library for doing code generation and modification. It's the tool Angular CLI will use for generating components, tests, etc.
It's extensible, so we should develop a set of Rules for schematics that handle some of the boilerplate of ngrx. Things like:
This is blocked proper until a release of Schematics, but feedback on what kind of rules would be useful is welcome.
The text was updated successfully, but these errors were encountered: