Create a fluent API using TypeScript classes

Share this video with your friends

Send Tweet

You can create an easy to chain API using TypeScript classes. Learn about the this return type annotation and how it plays with function chaining and class inheritance.