ΠΠΎΠΏΠΈΡΠΈ
Use of Currency Pipe in Angular In this blog post, weβll learn about Currency Pipe in Angular. We all know how much we struggle for making a number format precise when we have to show currency based on the country and their respective currencies. We have to add an appropriate currency icon and show commas separated values with 2 decimal fixed values. We have to run the Pri...
Currency Pipe in Angular
Aug 29, 2022
76 ΠΏΠ΅ΡΠ΅Π³Π»ΡΠ΄ΠΈ
In this post we are going to learn how to compare two date in javascript. The most simplest way of javascript date comparison is to convert them to time. Lets us take below example. Javascript Date Comparison var date1 = new Date(); var date2 = new Date(); if (date1.getTime() === date2.getTime()) { // 1605815698393 === 1605815698393 console.log("Dates are equal"); } else { &nb...
Date comparison in Javascript
Mar 05, 2022
79 ΠΏΠ΅ΡΠ΅Π³Π»ΡΠ΄ΠΈ
In this post we are going to check the most useful and commonly used Css Shorthand Properties which will help us in our productivity. Shorthand properties are CSS properties that let you set the values of multiple other CSS properties simultaneously. Using a shorthand property, you can write more concise (and often more readable) style sheets, saving time and energy. The CSS specification defines ...
Useful Css Shorthand Properties
Mar 05, 2022
68 ΠΏΠ΅ΡΠ΅Π³Π»ΡΠ΄ΠΈ