Skip to content

Commit 26d0b5c

Browse files
Dan WahlinDan Wahlin
Dan Wahlin
authored and
Dan Wahlin
committed
Update systemjs and packages
1 parent d947729 commit 26d0b5c

24 files changed

+279
-223
lines changed

modules/module3/files/beginFiles/public/app/customers/customer-edit-reactive.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ import { ICustomer, IState } from '../shared/interfaces';
77
import { ValidationService } from '../shared/validation.service';
88

99
@Component({
10-
moduleId: module.id,
1110
selector: 'customer-edit-reactive',
12-
templateUrl: 'customer-edit-reactive.component.html'
11+
templateUrl: './customer-edit-reactive.component.html'
1312
})
1413
export class CustomerEditReactiveComponent implements OnInit {
1514

modules/module3/files/beginFiles/public/app/customers/customer-edit.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ import { DataService } from '../core/data.service';
55
import { ICustomer, IState } from '../shared/interfaces';
66

77
@Component({
8-
moduleId: module.id,
98
selector: 'customer-edit',
10-
templateUrl: 'customer-edit.component.html'
9+
templateUrl: './customer-edit.component.html'
1110
})
1211
export class CustomerEditComponent implements OnInit {
1312

modules/module3/files/beginFiles/public/app/customers/customers.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ import { DataFilterService } from '../core/data-filter.service';
66
import { ICustomer, IOrder, IPagedResults } from '../shared/interfaces';
77

88
@Component({
9-
moduleId: module.id,
109
selector: 'customers',
11-
templateUrl: 'customers.component.html'
10+
templateUrl: './customers.component.html'
1211
})
1312
export class CustomersComponent implements OnInit {
1413

modules/module4/files/beginFiles/public/app/customers/customer-edit-reactive.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ import { ICustomer, IState } from '../shared/interfaces';
77
import { ValidationService } from '../shared/validation.service';
88

99
@Component({
10-
moduleId: module.id,
1110
selector: 'customer-edit-reactive',
12-
templateUrl: 'customer-edit-reactive.component.html'
11+
templateUrl: './customer-edit-reactive.component.html'
1312
})
1413
export class CustomerEditReactiveComponent implements OnInit {
1514

modules/module4/files/beginFiles/public/app/customers/customer-edit.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ import { DataService } from '../core/data.service';
55
import { ICustomer, IState } from '../shared/interfaces';
66

77
@Component({
8-
moduleId: module.id,
98
selector: 'customer-edit',
10-
templateUrl: 'customer-edit.component.html'
9+
templateUrl: './customer-edit.component.html'
1110
})
1211
export class CustomerEditComponent implements OnInit {
1312

modules/module4/files/beginFiles/public/app/customers/customers.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ import { DataService } from '../core/data.service';
66
import { ICustomer, IOrder, IPagedResults } from '../shared/interfaces';
77

88
@Component({
9-
moduleId: module.id,
109
selector: 'customers',
11-
templateUrl: 'customers.component.html'
10+
templateUrl: './customers.component.html'
1211
})
1312
export class CustomersComponent implements OnInit {
1413

modules/module5/files/beginFiles/public/app/customers/customer-edit-reactive.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ import { ICustomer, IState } from '../shared/interfaces';
77
import { ValidationService } from '../shared/validation.service';
88

99
@Component({
10-
moduleId: module.id,
1110
selector: 'customer-edit-reactive',
12-
templateUrl: 'customer-edit-reactive.component.html'
11+
templateUrl: './customer-edit-reactive.component.html'
1312
})
1413
export class CustomerEditReactiveComponent implements OnInit {
1514

modules/module5/files/beginFiles/public/app/customers/customer-edit.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ import { DataService } from '../core/data.service';
55
import { ICustomer, IState } from '../shared/interfaces';
66

77
@Component({
8-
moduleId: module.id,
98
selector: 'customer-edit',
10-
templateUrl: 'customer-edit.component.html'
9+
templateUrl: './customer-edit.component.html'
1110
})
1211
export class CustomerEditComponent implements OnInit {
1312

modules/module5/files/beginFiles/public/app/customers/customers.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ import { DataService } from '../core/data.service';
66
import { ICustomer, IOrder, IPagedResults } from '../shared/interfaces';
77

88
@Component({
9-
moduleId: module.id,
109
selector: 'customers',
11-
templateUrl: 'customers.component.html'
10+
templateUrl: './customers.component.html'
1211
})
1312
export class CustomersComponent implements OnInit {
1413

modules/module6/files/beginFiles/public/app/customers/customer-edit-reactive.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ import { ICustomer, IState } from '../shared/interfaces';
77
import { ValidationService } from '../shared/validation.service';
88

99
@Component({
10-
moduleId: module.id,
1110
selector: 'customer-edit-reactive',
12-
templateUrl: 'customer-edit-reactive.component.html'
11+
templateUrl: './customer-edit-reactive.component.html'
1312
})
1413
export class CustomerEditReactiveComponent implements OnInit {
1514

modules/module6/files/beginFiles/public/app/customers/customer-edit.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@ import { DataService } from '../core/data.service';
55
import { ICustomer, IState } from '../shared/interfaces';
66

77
@Component({
8-
moduleId: module.id,
98
selector: 'customer-edit',
10-
templateUrl: 'customer-edit.component.html'
9+
templateUrl: './customer-edit.component.html'
1110
})
1211
export class CustomerEditComponent implements OnInit {
1312

modules/module6/files/beginFiles/public/app/customers/customers.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ import { DataService } from '../core/data.service';
66
import { ICustomer, IOrder, IPagedResults } from '../shared/interfaces';
77

88
@Component({
9-
moduleId: module.id,
109
selector: 'customers',
11-
templateUrl: 'customers.component.html'
10+
templateUrl: './customers.component.html'
1211
})
1312
export class CustomersComponent implements OnInit {
1413

modules/module7/files/beginFiles/public/app/customers/customers.component.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ import { DataService } from '../core/data.service';
66
import { ICustomer, IOrder, IPagedResults } from '../shared/interfaces';
77

88
@Component({
9-
moduleId: module.id,
109
selector: 'customers',
11-
templateUrl: 'customers.component.html'
10+
templateUrl: './customers.component.html'
1211
})
1312
export class CustomersComponent implements OnInit {
1413

src/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ to call a Node.js RESTful service.
4141

4242
## Running the Application with Docker
4343

44-
1. Install Node.js (6.5 or higher) and Docker for Mac/Windows or Docker Toolbox - https://www.docker.com/products/overview
44+
1. Install Node.js (6.10 or higher) and Docker for Mac/Windows or Docker Toolbox - https://www.docker.com/products/overview
4545

4646
1. Open `config/config.development.json` and change the host from `localhost` to `mongodb`
4747

0 commit comments

Comments
 (0)