Services
Use services for messages & working with db
What is service?
You can use a service to create messages and work with the db, and your code will be cleaner
Export message to service
We recommend that you describe the message you will use in the controller in the service and retrieve it with this.service.message
Working with db
Last updated