-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Publish angular2 module to npm #126
Comments
Hi @RomanGotsiy Can redoc be used in an angular application as a dependency? if answer is yes how I can use this in angular 2 frontend application? |
@kushwahashiv no, at the moment it is not published as a module. I am working on that at the moment. I will notify you once done. |
@RomanGotsiy thanks. If you can give some tentative timeline would be great. |
up to 2 weeks |
Hi @RomanGotsiy any update on this? please let us know if something I can help. Thanks. |
@kushwahashiv still didn't manage to finish this. |
Any updates on this, I am also looking for the same feature to be used in my application. Any inputs will be appreciated. Thanks |
Same thing here. I am also waiting for this. |
@RomanGotsiy Sorry to bother you, but would have any updates on this? |
@brunorfranco @ankushkankariya sorry for delaying this again and again. I'm quite busy now with other project. I have this already done on a separate local branch. Just have to move the code to master.
It's ok. Even, thanks for bothering me 😃 |
That's pretty cool. Thanks @RomanGotsiy. |
any updates on this? I'm also hitting the same issue trying to import it as a dependency in an angular app. |
@RomanGotsiy quick check if u are ready to check in the code for this? Let me know if there's anything I can do to help. :) |
Hey guys! I've just release v1.17.0 which includes ReDoc angular module. It probably has some issues so I would like you to test and provide feedback here. Known issues:
Example project created with From an empty
// ...
import { RedocModule } from 'redoc';
@NgModule({
declarations: [
AppComponent
],
imports: [
BrowserModule,
RedocModule // add here
],
providers: [],
bootstrap: [AppComponent]
})
export class AppModule { }
@import url("../node_modules/redoc/dist/redoc.css");
Let me know if this works for you or any issues you face. cc @jamesleegovtech @brunorfranco @ankushkankariya @kushwahashiv |
@RomanGotsiy very much appreciated. I will update you in case of any issue(s) I will find. |
Hi @RomanGotsiy When trying to install the npm module I get this error:
|
Hey guys ! anyone using this angular and updating url dynamically? like from a dropdown etc. I am trying update spec-url property dynamically but it's not working. Does anyone has a working example? Thanks. |
Thanks @RomanGotsiy - waiting for the React version 👍 |
ran in my Angular project but it does not allow to run the command "ng build --prod" for the problem with ./src/main.ts ERROR in ./src/main.ts |
Closing as wontfix |
No description provided.
The text was updated successfully, but these errors were encountered: