Comments Module and Component
Let's add a comment module and component to create and display comments on the event's page.
Now that our new service is ready to be consumed, we can move on to the feature module for creating comments. First, we’ll create our new module and component.
ng g module comment-create
ng g component comment-create
Get hands-on with 1400+ tech skills courses.