##// 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:

r135:03e32ec7c20b ioc ts support
r142:be7edf08a115 v1.4.0-rc3 default
Show More
plan.js
10 lines | 227 B | application/javascript | JavascriptLexer
cin
Amd tests are passed
r91 define([
"./ActivatableTests",
"./trace-test",
"./TraceSourceTests",
"./CancellationTests",
"./ObservableTests",
"./ContainerTests",
"./SafeTests",
cin
Completely removed IoC annotations...
r135 "./TextTests",
"./FluentContainerTests"
cin
Amd tests are passed
r91 ]);