Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
muChangApp
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
WitCloud
muChangApp
Commits
c8e268cc
Commit
c8e268cc
authored
Aug 21, 2019
by
frank
🏀
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
显示添加<ion-router-outlet></ion-router-outlet>
parent
89abd21c
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
1 deletion
+3
-1
app-routing.module.ts
src/app/app-routing.module.ts
+1
-1
env-detail.page.html
src/app/envCtrl/env-detail/env-detail.page.html
+1
-0
tabs.page.html
src/app/envCtrl/tabs/tabs.page.html
+1
-0
No files found.
src/app/app-routing.module.ts
View file @
c8e268cc
...
@@ -55,7 +55,7 @@ const routes: Routes = [
...
@@ -55,7 +55,7 @@ const routes: Routes = [
@
NgModule
({
@
NgModule
({
imports
:
[
imports
:
[
RouterModule
.
forRoot
(
routes
,
{
preloadingStrategy
:
PreloadAllModules
})
RouterModule
.
forRoot
(
routes
,
{
preloadingStrategy
:
PreloadAllModules
,
enableTracing
:
true
})
],
],
exports
:
[
RouterModule
]
exports
:
[
RouterModule
]
})
})
...
...
src/app/envCtrl/env-detail/env-detail.page.html
View file @
c8e268cc
...
@@ -50,4 +50,5 @@
...
@@ -50,4 +50,5 @@
<!--</ion-tab-button>-->
<!--</ion-tab-button>-->
</ion-tab-bar>
</ion-tab-bar>
</ion-tabs>
</ion-tabs>
<ion-router-outlet></ion-router-outlet>
</ion-content>
</ion-content>
src/app/envCtrl/tabs/tabs.page.html
View file @
c8e268cc
<ion-router-outlet></ion-router-outlet>
<ion-tabs>
<ion-tabs>
<ion-tab-bar
slot=
"bottom"
>
<ion-tab-bar
slot=
"bottom"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment