Open faisalansari20 opened 4 years ago
Can you share package.json?
ok. Here it is
{
"name": "@nativescript/template-hello-world-ng",
"main": "main.js",
"version": "7.0.2",
"author": "NativeScript Team oss@nativescript.org",
"description": "NativeScript Application",
"license": "SEE LICENSE IN
You can remove this as no longer needed in angular 10.1.x:
"scripts": {
"ngcc": "ngcc --properties es2015 module main --first-only",
"postinstall": "npm run ngcc"
},
Then make sure you've run ns clean
in root of your project and then delete your webpack.config.js
then npm i
which will restore a fresh one.
Then run the project.
Hi Team,
I have text field in as below
` <TextField class="textfield" hint="Product Number" (textChange)="onChange($event)"
but onChange method get triggered only on Android and for IOS it is not working