-
Notifications
You must be signed in to change notification settings - Fork 67
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
Angular2 Typescript Project w/ Dgeni #150
Comments
Take a look at this https://github.com/rangle/angular2-dgeni-starter |
@colinkahn, did you get anywhere with this? Typedoc doesn't support TypeScript 2 (TypeStrong/typedoc#234), so were kind of stuck. |
I would also like to know if there is some way we can use dgeni with angular2. However, i would be extremely happy it can be incorporated with angular-cli. |
I intend to work on a turn-key solution for A2 projects later this year (or On 6 October 2016 at 08:16, Yogesh Surendran [email protected]
|
If you could generalize for vanilla TS projects also, we would be very grateful. |
@petebacondarwin, Waiting should not be a problem. My extjs to angular2 rewrite project is in final stage of Proposal/POC state and would kickstarted by end of this month. If i have an alternate for jsduck documentation that works well with Angular2. I am happy with any solution that u provide. Thanks for your consideration. Appreciate your efforts. |
@petebacondarwin, any update on your turn-key solution for Angular2? Dgeni is quite intimidating and it would be great to have a Angular2-aware implementation to work with. Thanks. |
@DSoa - recently @jelbourn did some work to generate docs for Angular Material 2 using dgeni (https://github.com/angular/material2/tree/master/tools/dgeni). He has provided some feedback that we need to work back into dgeni-packages to help here. Keep watching... |
@petebacondarwin / @jelbourn Any update on this? I'm not happy with the results that Compodoc or TypeDoc provide, and I'd like to do something similar to the material docs. |
We still have not productionized a turn-key solution for documenting Angular apps/libraries via dgeni. |
@petebacondarwin That was the approach I was taking, but I don't really want to go down the Bazel route and there are a lot of pieces of the Dgeni package which are provided by Bazel. I'll take another crack at it I suppose and see if I can get more traction this time haha. Thanks. |
Feel free to email me directly if you want to chat about any aspect of it. |
Hi,
Is there a simple example of Dgeni (similar to https://github.com/petebacondarwin/dgeni-example) that shows how you'd use it with an Angular 2 application using TypeScript?
Currently I have this:
Which I've pieced together from various examples. While I've gotten over the hurdle of it throwing errors, it isn't actually generating any documentation.
Any help is greatly appreciated.
The text was updated successfully, but these errors were encountered: