Asynchronous You can write a maintainable async codes with typescript/javascript async await support. class HomeService { public async findJob() { const result = await somethingAsync(); } }