June 2018
Intermediate to advanced
348 pages
8h 19m
English
DI is based on the Inversion of control pattern. Let’s explain that.
Imagine that we create a web application without Aurelia. You will have to manually implement something like this:
Again, and many more times. Without Aurelia, you are implementing the logic that controls the application life cycle instead of your application business logic and features.
Now, let's create one using Aurelia. You won't work on any configuration code ...