July 11, 2019October 29, 2022Technology Using Pipes in TypeScript (Angular) While it’s quite easy to use a pipe in Angular HTML code. In the following case, we are using a translate pipe. […]
October 30, 2018October 29, 2022Technology Working with Params, QueryParams and Fragments in Angular This post has been moved as a 3 part post with each part focussing on one item. While working with routes in […]
October 28, 2018October 29, 2022Technology Working with Params in Angular While working with routes in angular, sometimes we might need to fetch some information from the url that shows up in the […]
February 27, 2018October 29, 2022Technology AngularSutra SECTION 1 9 – What is TypeScript Its a super-set of vanilla JavaScript. It has more features like Types, Classes, Interfaces, etc. […]