Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Issues on Migrating a web Project: https://docs.nativescript.org/angular/code-sharing/migrating-a-web-project #1812

Open
@AnandkumarBShetty

Description

@AnandkumarBShetty

Observations on Migrating a web Project: https://docs.nativescript.org/angular/code-sharing/migrating-a-web-project
1)In the link, looks like the order of the migration is not proper. Once the router config is completed, the module migration should be the next step followed by components migration as the component migration will update the respective module.tns file with the entry of the component.tns.

2)LINK NOT WORKING for https://docs.nativescript.org/angular/code-sharing/%5Bread%20more%20here%20%5D(./code-splitting#partial-differences)

3)Need more clarity in the migrating-a-web-project overall including how to double check the configs before running the NativeScript.

4)Under Migrating Modules: https://docs.nativescript.org/angular/code-sharing/migrating-a-web-project#migrating-modules
The "ng g migrate-module --name=module-name" (after entering the right module name), it just reads the file contents of the module and stops at just showing the contents without actually migrating. Had to use CTRL+C key to exit out.

5)No clear step for how to run the NativeScript post migration. Running with tns run android always fails with entry point issue.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions