1import { $inject } from "alepha";
Get the instance of the specified type from the context.
1class A { }2class B {3 a = $inject(A);4}