You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.
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.
5)No clear step for how to run the NativeScript post migration. Running with tns run android always fails with entry point issue.
The text was updated successfully, but these errors were encountered:
AnandkumarBShetty
changed the title
Observations/Issues on Migrating a web Project: https://docs.nativescript.org/angular/code-sharing/migrating-a-web-project
Issues on Migrating a web Project: https://docs.nativescript.org/angular/code-sharing/migrating-a-web-project
Oct 7, 2019
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.
The text was updated successfully, but these errors were encountered: