TypeScript/tests/cases/compiler/multiLinePropertyAccessAndArrowFunctionIndent1.ts

5 lines
163 B
TypeScript

return this.edit(role)
.then((role: Role) =>
this.roleService.add(role)
.then((data: ng.IHttpPromiseCallbackArg<Role>) => data.data));