##// END OF EJS Templates
Added test: Optional dependency with child container...
Added test: Optional dependency with child container Improved container logging

File last commit:

r89:441fae622bca ts-plugin
r158:7e27596a76a8 default
Show More
SimpleActivatable.ts
6 lines | 208 B | video/mp2t | TypeScriptLexer
/ src / test / ts / mock / SimpleActivatable.ts
import { AsyncComponent } from "../components/AsyncComponent";
import { ActivatableMixin } from "../components/ActivatableMixin";
export class SimpleActivatable extends ActivatableMixin(AsyncComponent) {
}