DEV Community

Discussion on: From Angular To Vue: Feeling Like A Beginner Again

Collapse
 
djdany01 profile image
Dani J. Pérez

The only thing I miss from angular are the Services to separate more the logic.

Get luck! 🔥

Thread Thread
 
florimondmanca profile image
Florimond Manca • Edited

The service system is really just a design pattern, I think it’s easy to implement (without the dependency injection, though). I really like the logic separation it provides. :)

Thread Thread
 
djdany01 profile image
Dani J. Pérez

Yes, of course you can create a file that does the same as it is just a design pattern as you say. 😃