Skip to content
This repository has been archived by the owner on Oct 8, 2023. It is now read-only.

Commit

Permalink
upgrade to Angular 9 + switch mydatepicker to angular-mydatepicker + …
Browse files Browse the repository at this point in the history
…security bug fixes
  • Loading branch information
Elon Jiang committed Apr 14, 2020
1 parent 172f476 commit 79652a3
Show file tree
Hide file tree
Showing 12 changed files with 446 additions and 302 deletions.
2 changes: 1 addition & 1 deletion Frontend/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"aot": true,
"aot": false,
"extractLicenses": true,
"vendorChunk": false,
"buildOptimizer": true,
Expand Down
2 changes: 1 addition & 1 deletion Frontend/e2e/app.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ describe('trackable App', function() {

it('should display message saying app works', () => {
page.navigateTo();
expect(page.getParagraphText()).toEqual('app works!');
expect<any>(page.getParagraphText()).toEqual('app works!');
});
});
3 changes: 3 additions & 0 deletions Frontend/e2e/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,8 @@
"typeRoots": [
"../node_modules/@types"
]
},
"angularCompilerOptions": {
"enableIvy": false
}
}
Loading

0 comments on commit 79652a3

Please sign in to comment.