
Creating a Blogging App Using Angular & MongoDB: Add Post
In the previous part of the Angular blog tutorial series, you learnt how to create the ShowPostComponent to display the list of blog posts on the home page. You fetched the records that were inserted from the MongoDB shell using the created REST API endpoint.In this tutorial, you'll be creating a new component called AddPostComponent to provide the user interface to add a new blog post to the MongoDB database.Getting StartedLet's get started by cloning the source code from the previous part of t