This blog consists of some errors I found while working with "time" datatype. errors and its explanation, and the solution I figure out.
TypeError: time.getHours is not a function
Property 'getHours' does not exist on type 'Time'.
[More]
3. March 2021
Namrata
Ionic
In the journey of programming, errors are like unwanted but important companions.
So tod
[More]
26. February 2021
Namrata
Angular , Ionic
If you code in angular, you will be familiar with the components, and today I want to write about co
[More]
In my previous blog, I have given a small introduction about Asynchronous Programming and told you t
[More]
19. February 2021
Namrata
Angular , Ionic
Recently I was using ngSwitch in my code and found that no case block was showing for me. I tried to
[More]