Grunt is a powerful tool to create build files for production and development. A few days back I was handed over an old AngularJs project which was developed by some earlier teams. I was struggling to create build and learned some new technologies while resolving the process like Yoeman. Just writing it up to share
Category: Resolved
[Resolved] Tortoise SVN Change PORT and Public IP Address To Relocate
In this post, we’ll discuss how to change the IP address in Tortoise SVN to connect to the Server to Commit or Update files and how to change the default port 80 or 81 to some other. One of our teams maintains and controls application code versioning using the Subversion system when the HOST server
Resolve! java.lang.ClassNotFoundException: Didn’t find class “org.apache.http.ProtocolVersion” Volley Issue with targetSdkVersion 26 to 28
A few days back I was trying to upload the latest version on my Android application to Playstore when I faced this upload error:
Resolve! Uncaught SyntaxError: Unexpected token ‘,’ or ‘<' in Angular
To create a production build for a remote server I usually run following ng command: $ ng build –prod But at the client end, there was some stage error popping up in the console and the application was not loading. Surprisingly it was working fine on my end and on my mobile network as well.
Resolve! TypeError: You provided ‘undefined’ where a stream was expected. You can provide an Observable, Promise, Array, or Iterable.
In one of my Angular 8 project, there was an API call of type GET, but strangely I was not able to make any call to server and error callback displaying this error:
Resolve! Ezoic Integration 520 Issue due to Cloudflare
Integration of Ezoic using Cloudflare cause some 520 errors saying ‘Web server is returning an unknown error’. Here I will discuss a small step that can resolve this issue. In this article, I am going to share some personal experiences about the integration of my blog with Ezoic. I will discuss the issues I faced
Resolved! Can’t bind to ‘ngForOf’ since it isn’t a known property of ‘div’
In Angular views for displaying object values in a list, we use *ngFor directive to iterate values. This directive takes out each row in the object and creates repetitive blocks of an element which is having NgFor.
Resolved! Failed to install the following Android SDK packages as some licences have not been accepted.
During deployment or debugging process you may face problem in Ionic CLI similar to this onError
Resolve “Error warning message: “Experimental support for decorators is a feature that is subject to change in a future release”
Using VS code from past 6 months to develop an Ionic application but today it suddenly started showing me some warning message under page name of the new component created in Ionic 4 application saying
Ionic Lazy Loading Issue | Get Current Component/ Page/ View name in Production Release
In this post, we will discuss an issue faced by many Ionic Framework developers related to getting the current page/ view/ component name in the application. In an Ionic application which using Lazy Loading to partially load components are facing such issue.
How I resolved! “Your requested URL has been blocked as per the directions received from Department of Telecommunications, Government of India. Please contact administrator for more information.”
Today morning when I tried to open the Ionic Frameworks website, a strange message was showing up on screen “Your requested URL has been blocked as per the directions received from Department of Telecommunications, Government of India. Please contact administrator for more information.”
Resolved! Issue: Violation of Usage of Android Advertising ID policy and section 4.8 By Accident
A few days back, I got two emails from Google Play Developer Support regarding some issue in two of my applications having the following content.
Last week my friend ordered RDP ThinBook 1130-ECW from Amazon. This is really a good netbook having the weight of 1.2KG and a configuration nice for lite office work. You can see this link and reviews, we will only discuss a problem I faced during installation of MS office 2007 and Open office in this
[Resolved] When I faced “#1273 – Unknown collation: ‘utf8mb4_0900_ai_ci'” Error
Dataflows in many forms. Someday I was about to transfer MySQL data from one of my servers to my local PC having PHPMyAdmin. On my server PC, I was having WorkBench. A WorkBench is a free tool to manage MySQL queries acts like a relational database management tool. I took a dump of a database
During android development, especially for a beginner like me the creepiest thing which I felt was Handling Contexts. Shared preferences is really a cool thing if we want to save some handy information by the user on a device even if an app is killed. BUT context exceptions are everywhere. So here we will not