How to create a mock-server inside Angular
Aug 6, 2022 · 2 min read · Introduction If you want créate your front-end project without the back-end you need to use a mock. You can create a mock who acts as a true back end. I want to share this solution with you. Pre-requisites **Angular project ng g myProject Json-server...
Join discussion