Skip to content

Commit 6757950

Browse files
committed
fix
1 parent 5c7a1f8 commit 6757950

File tree

8 files changed

+1
-53
lines changed

8 files changed

+1
-53
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"@angular/cli": "1.6.0-beta.0",
4747
"@angular/compiler-cli": "5.0.1",
4848
"@angular/language-service": "5.0.1",
49+
"@angular/material": "5.0.0-rc0",
4950
"@angular/platform-server": "5.0.1",
5051
"@types/jasmine": "2.8.0",
5152
"@types/jasminewd2": "2.0.3",

src/app/app.component.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
<nav>
22
<ul>
33
<li><a [routerLink]="['']" [routerLinkActive]="['router-link-active']">home</a></li>
4-
<<<<<<< HEAD
54
<li><a [routerLink]="['/material']" [routerLinkActive]="['router-link-active']">material</a></li>
6-
<li><a [routerLink]="['/back']" [routerLinkActive]="['router-link-active']">back</a></li>
7-
=======
8-
<li><a [routerLink]="['/mock']" [routerLinkActive]="['router-link-active']">mock</a></li>
9-
<li><a [routerLink]="['/back']" [routerLinkActive]="['router-link-active']">back http</a></li>
10-
>>>>>>> master
115
</ul>
126
</nav>
137
<router-outlet></router-outlet>

src/app/app.routing.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { Routes, RouterModule } from '@angular/router';
33
const routes: Routes = [
44
{ path: '', loadChildren: './home/home.module#HomeModule', pathMatch: 'full' },
55
{ path: 'material', loadChildren: './materialPage/materialPage.module#MaterialPageModule' },
6-
{ path: 'back', loadChildren: './transfer-back/transfer-back.module#TransferBackModule' },
76
];
87
// must use {initialNavigation: 'enabled'}) - for one load page, without reload
98
export const AppRoutes = RouterModule.forRoot(routes, { initialNavigation: 'enabled' });

src/app/transfer-back/transfer-back.component.html

Lines changed: 0 additions & 4 deletions
This file was deleted.

src/app/transfer-back/transfer-back.component.scss

Whitespace-only changes.

src/app/transfer-back/transfer-back.component.ts

Lines changed: 0 additions & 21 deletions
This file was deleted.

src/app/transfer-back/transfer-back.module.ts

Lines changed: 0 additions & 13 deletions
This file was deleted.

src/app/transfer-back/transfer-back.routing.ts

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)