question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Running the HelloWorld template won't accept any changes to `app.component.ts`

See original GitHub issue

I’m trying to launch a new app with NativeScript but the beginning isn’t so good. I’m using NativeScript on WSL. The app seems to work pretty fine; I was able to run it and create a new HelloWorld-templated project and even run it on my Android device (not emulator). Following onto the tutorial I was able to change the color scheme and it was livesynced onto my device, however, not a single change in app.component.ts is being reflected on the app on my device including changing the app title which is stuck to My App.

Any suggestions?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
mahmoudajawadcommented, Jan 31, 2018

Hello,

@tsonevn, thanks for the reply. After twice reinstalling node_modules I got HelloWorld sample to work on my phone. This is really weird expereince. Again, thanks for your time!

0reactions
mahmoudajawadcommented, Jan 31, 2018

Hello,

@tsonevn, thanks for the reply. I’m currently into the scope of another project. I’d have time in two days max to check on this again. I’m planning to remove tns completely and reinstall it. Do you have any clue if npm installs any additional global files for tns beside the binary file? I noticed all tns objects are actually part of the local node_modules except the global binary file.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Angular 6 - can't resolve all parameters for AppComponent
I received the same error on Angular 8 app. Can't resolve all parameters for AppComponent: (?,?,?) after changing 1 parameter type in the ......
Read more >
Angular TypeScript Tutorial in Visual Studio Code
Let's update the sample application to "Hello World". Go back to the app.component.ts file and change the title string in AppComponent to "Hello...
Read more >
Create a new project - Angular
Run ng new followed by the application name as shown here: ... Open the app.component.ts and change the title property value to 'Tour...
Read more >
Add Feature Flags to Your Angular App in 10 Minutes - Split
It's simple to remove the feature flag if you don't need it anymore. Just remove the *ngIf directives from the players.component.html and the ......
Read more >
How To Use Web Components in Angular | by Marius Bongarts
Let's take our Web Component and include it in a running Angular application. To make it easy, we will go to a Angular...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found