-
Notifications
You must be signed in to change notification settings - Fork 208
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
[Spike] angular frontend with ng-openapi-gen sdk #578
Conversation
Signed-off-by: derdeka <[email protected]>
Signed-off-by: derdeka <[email protected]>
Signed-off-by: derdeka <[email protected]>
👏 excellent! |
Signed-off-by: derdeka <[email protected]>
Signed-off-by: derdeka <[email protected]>
1878e26
to
8eb2ed7
Compare
Great. What are your thoughts on hosting the angular app via express alongside the loopback application? How come you chose this particular generator did you look at others? |
I normally prefer to have seperate projects or even seperate repositories for frontend and backend as the builtin angular tooling is complex, changes frequently and built takes a while. In my projects i just deploy the generated static bundle files of the progressive webapp to
I did some POCs with several sdks, but none of them fits my needs. I'm just uploading here parts of my researches, ask for community feedback and still hope to find a better sdk. |
It would be great to have a number of deployment options demonstrated as a stretch goal. It would make loopback/angular combo very accessible. Personally I do like the generator in the other spike as it opens the door to many other options apart from angular. Thanks for sharing these, they are great examples. |
@derdeka, thanks for looking into this! I have two comments/questions:
|
FYI - I added this docs page to contain steps to create the model and web client in an angular application using |
This pull request has been marked stale because it has not seen activity within two months. It will be closed within 14 days of being stale unless there is new activity. |
This pull request has been closed due to continued inactivity. If you are interested in finishing the proposed changes, then feel free to re-open this pull request or open a new one. |
This spike aims to implement an
angular
frontend with the help of ng-openapi-gen.Early feedback and contributors who like to join the spike welcomed.
Related to: loopbackio/loopback-next#4610