[Libraries] Dependency #6
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "libraries/dependency"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the work that implements the Dependency service, which is used as a dependency injection mechanism in the application.
To give further details on what was done:
Dependency
library into the Libraries package;DependencyKey
protocol;DependencyService
service;Dependency
property wrapper.