
Live tile in Start screen, with used currencies and automatic updated.

Possibility to search and fast select the currency from 93 items in currencies's list. Calculator with VAT and percentage calculation is included. Using it, is not necessary to be connected at Internet but the accuracy of the results will differ from real results, due to foreign exchange rate changes daily. Disabled by default.The application is a currency converter with the ability to refresh data exchange over the Internet. NOTE If you use class-validator together with class-transformer you propably DON'T want to enable this function.Įnables automatic conversion between built-in types based on type information provided by Typescript. There are some tweaks however you can use, that maybe can solve your problem.Ĭheckout this example. Once TypeScript team provide us better runtime type reflection tools, generics will be implemented. Generics are not supported because TypeScript does not have good reflection abilities yet. email property is also exposed because we metioned the group "user.email". The user variable will contain only firstName,lastName, email properties because they are Sometimes they are called literal objects, when created via const controller = new UserController ( ) const user = controller. Plain objects are objects that are instances of Object class. In JavaScript there are two types of objects:

Сonverting date strings into Date objects.Using versioning to control exposed and excluded properties.Using groups to control excluded properties.

