Skip to content

App not updating after update code #2351

Open
@juniorschen

Description

@juniorschen

Environment
New project nativescript 8/ angular 11

Describe the bug
After updating the application code, the application is not updated. You have to run "ns run android" again

Activity

kokosky93

kokosky93 commented on May 15, 2021

@kokosky93

I have the same issue

SmailHammour

SmailHammour commented on Jun 1, 2021

@SmailHammour

Same here

juniorschen

juniorschen commented on Mar 10, 2022

@juniorschen
Author

Still not working:
"dependencies": {
"@angular/animations": "~13.2.0",
"@angular/common": "~13.2.0",
"@angular/compiler": "~13.2.0",
"@angular/core": "~13.2.0",
"@angular/forms": "~13.2.0",
"@angular/platform-browser": "~13.2.0",
"@angular/platform-browser-dynamic": "~13.2.0",
"@angular/router": "~13.2.0",
"@nativescript/angular": "^13.0.0",
"@nativescript/core": "~8.2.0",
"@nativescript/theme": "~3.0.2",
"rxjs": "~7.5.0",
"zone.js": "~0.11.5"
},
"devDependencies": {
"@angular-devkit/build-angular": "~13.2.0",
"@angular/compiler-cli": "~13.2.0",
"@nativescript/android": "8.2.2",
"@nativescript/types": "~8.2.0",
"@nativescript/webpack": "~5.0.6",
"@ngtools/webpack": "~13.2.0",
"typescript": "~4.5.5"
}

juniorschen

juniorschen commented on Mar 10, 2022

@juniorschen
Author

Layout capture the changes, but typescript files still not working....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @SmailHammour@juniorschen@kokosky93

        Issue actions

          App not updating after update code · Issue #2351 · NativeScript/nativescript-angular