I am learning angular2 with typescript.Its quite fascinating to work but I am facing trouble understanding the actual working of any application as the code we have written will be in typescript.but the code to be executed is always in ECMAScript.
I have heard about transpiler but couldnt understand more about it.
I was just wondering how this functionality has been achieved?