DefinitelyTyped/angular-deferred-bootstrap/angular-deferred-bootstrap-tests.ts
2016-07-26 16:10:38 -07:00

9 lines
225 B
TypeScript

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