NativeScript / docs-v7

Documentation, API reference, and code snippets for NativeScript
https://docs.nativescript.org
Apache License 2.0
446 stars 460 forks source link

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

Open AnandkumarBShetty opened 4 years ago

AnandkumarBShetty commented 4 years ago

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.

AnandkumarBShetty commented 4 years ago

Can some one from NativeScript Angular Docs look into this?