##// END OF EJS Templates
added provided and configure methods to the fluent container configuration, added applyConfig method to the container
added provided and configure methods to the fluent container configuration, added applyConfig method to the container

File last commit:

r89:441fae622bca ts-plugin
r142:be7edf08a115 v1.4.0-rc3 default
Show More
SimpleActivatable.ts
6 lines | 208 B | video/mp2t | TypeScriptLexer
/ src / test / ts / mock / SimpleActivatable.ts
cin
migrating tests to the new project structure
r89 import { AsyncComponent } from "../components/AsyncComponent";
import { ActivatableMixin } from "../components/ActivatableMixin";
cin
tests moved under src/ folder...
r50
export class SimpleActivatable extends ActivatableMixin(AsyncComponent) {
}