Create Main Component
In this part, we create a new component which will be the main page for our app. We start by checking in our console that we are in the correct directory:
We generate our component by typing in the console:
Now we need to make sure that our book management system module is updated:
Finally, in our book management folder, we create a new file "index.ts" and add the following lines:
Last updated
Was this helpful?