Questions Management – End Phase 1

Check out the full series of Questions Management tutorial here.

So we have completed the basic functions and operations that an application that manages multiple-choice questions needs to have. Now is the time to review to edit and remove the unnecessary parts that originally deliberately retained. 🙂

The first is the left menu, I will remove all menu items from the template, by opening the sidebar.component.html file located in the src/app/navigation/sidebar directory and remove the following code:

Run again, you will see the results as follows:

Questions Management - End Phase 1

Second, we will increase the version of Spring Boot we are using in the questions-management project to the latest version

You open the pom.xml file in the root of the question-management project and change the parent part as follows:

Add Comment