Skip to content

Commit

Permalink
feat(ExampleApp): update angular 7
Browse files Browse the repository at this point in the history
  • Loading branch information
timdeschryver committed Oct 6, 2018
1 parent 09ad62d commit e32ecb6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ exports[`Login Page should compile 1`] = `
class="mat-form-field-label ng-tns-c2-0 mat-empty mat-form-field-empty ng-star-inserted"
for="mat-input-0"
id="mat-form-field-label-1"
ng-reflect-disabled="true"
ng-reflect-ng-switch="false"
>
Expand Down Expand Up @@ -151,6 +152,7 @@ exports[`Login Page should compile 1`] = `
class="mat-form-field-label ng-tns-c2-1 mat-empty mat-form-field-empty ng-star-inserted"
for="mat-input-1"
id="mat-form-field-label-3"
ng-reflect-disabled="true"
ng-reflect-ng-switch="false"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ exports[`Find Book Page should compile 1`] = `
class="mat-form-field-label ng-tns-c3-0 mat-empty mat-form-field-empty ng-star-inserted"
for="mat-input-0"
id="mat-form-field-label-1"
ng-reflect-disabled="true"
ng-reflect-ng-switch="false"
>
Expand Down
2 changes: 1 addition & 1 deletion projects/example-app/src/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import {
} from '@angular/platform-browser-dynamic/testing';

// fixes typing errors in Atom editor
import {} from 'jasmine';
import 'jasmine';

// Unfortunately there's no typing for the `__karma__` variable. Just declare it as any.
declare var __karma__: any;
Expand Down
2 changes: 1 addition & 1 deletion projects/example-app/tsconfig.app.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"exclude": [
"../../node_modules",
"test.ts",
"**/test.ts",
"**/*.spec.ts",
"**/setup-jest.ts"
]
Expand Down

0 comments on commit e32ecb6

Please sign in to comment.