Use Dependency Injection in Vue Using @Inject and @Provide Decorators with TypeScript

Share this video with your friends

Send Tweet

Vue 2.2 introduced a simple dependency injection system, allowing you to use provide and inject in your component options. This lesson shows you how to use them using the @Inject and @Provide decorators in tandem!