How to write custom AngularJS Directive using TypeScript?
AngularJS framework has many powerful features, one of them is known as Directives. In this post, I’ll tell you how to write custom AngularJS Directive using TypeScript. In the beginning, I’ll...