##// END OF EJS Templates
fixed bug in applying a lifetime while processing the json configuration...
fixed bug in applying a lifetime while processing the json configuration fixed template-compile

File last commit:

r89:441fae622bca ts-plugin
r152:8bee6a6d5f46 v1.4.0-rc10 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) {
}