##// END OF EJS Templates
fluent configuration interfaces
fluent configuration interfaces

File last commit:

r89:441fae622bca ts-plugin
r127:850cc60b6e2a ioc ts support
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) {
}