In this blog , we will build a simple blog CMS that can add, edit, delete and view blog posts and categories. So, there are two entities or models that required for this simple blog CMS. There only authenticated users that can access this CMS. After user login, the user can do CRUD (create, read, update, delete) operation on post and category models.
#angular #angular 8