|
Hi I am trying to serve Angular with Loopback 4. previously I was using solution suggested here which doesn't apply anymore as the legacy Sequence is has been deprecated. How can I achieve same with Middleware. I am using below code which isn't working for me. Which is taken from official documentation https://loopback.io/doc/en/lb4/Migrate-from-legacy-sequence.html |
Answered by
rajkaran
Aug 18, 2021
Replies: 2 comments 3 replies
3 replies
|
Finally I figured it out with small adjustment to my original code. I pasting my solution here for someone having same issue in future. |
0 replies
Answer selected by
rajkaran
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Finally I figured it out with small adjustment to my original code. I pasting my solution here for someone having same issue in future.