We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9eaeda commit 5e19f5aCopy full SHA for 5e19f5a
tests/code_sharing/test_ng_generate_e2e.py
@@ -80,7 +80,7 @@ def workflow(app_name, device, platform, shared):
80
app_routing_module_name = 'app-routing.module.ts'
81
app_routing_module_path = os.path.join(app_path, 'app', app_routing_module_name)
82
if shared:
83
- app_routing_module_name = 'app-routing.module.tns.ts'
+ app_routing_module_name = 'app.routes.ts'
84
app_routing_module_path = os.path.join(app_path, 'src', 'app', app_routing_module_name)
85
old_string = "import { HomeComponent } from './home/home.component';"
86
new_string = "import { ComponentTestComponent } from './module-test/component-test/component-test.component';"
0 commit comments