Tag: Console
Code ENOLOCAL Could not install from "android" as it does not contain a package.json file.
When I removed the android platform from my ionic project and then I tried to re-install using this command (ionic …
Read ArticleManifest merger failed : uses-sdk:minSdkVersion 20 cannot be smaller than version 22 declared in library
I got the following error while executing the following command ionic cordova run android in ionic project "uses-sdk:minSdkVersion 20 cannot …
Read ArticleThis version of CLI is only compatible with Angular versions 0.0.0 || ^9.0.0-beta || >=9.0.0 <10.0.0 error
After getting installed service (provider), cmd: ‘ionic g service Rest’, in ionic version 4 project. While executing the project I …
Read ArticleReverse int c# Linq?
In this example I will show you how to reverse the order of the array element using c# Linq. I …
Read ArticleHow to create Enumerations in asp.net c#?
The purpose of using enumeration is to improve readability by enabling us to use meaningful symbols instead of numeric values. …
Read ArticleHow to use Write and Read in console?
In this section, I explain how to use Write and Read Line in console Application. In WriteLine helps to display …
Read Article