Running the HelloWorld template won't accept any changes to `app.component.ts`
See original GitHub issueI’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:
- Created 6 years ago
- Comments:5 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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!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 ifnpm
installs any additional global files fortns
beside the binary file? I noticed alltns
objects are actually part of the localnode_modules
except the global binary file.