DefinitelyTyped/types/angular-deferred-bootstrap/angular-deferred-bootstrap-tests.ts
2017-03-24 14:27:52 -07:00

9 lines
225 B
TypeScript

deferredBootstrapper.bootstrap(
{
element: window.document,
module: "myApp",
resolve: {
configuration: ["$http", ($http: ng.IHttpService) => $http.get("config.json")]
}
});