-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Update Angular to 9 and most front-end dependencies * Fix some Angular configuration * Change TestBed.get to TestBed.inject * Update forkJoin to use array instead of multiple arguments * Remove static:false parameter for ViewChild * Update Jest snapshots; remove ng-reflect * Fix other build errors and warnings * Expand stylelint to test inline styles in HTML files * Add template type checks * Fix some CI configurations
- Loading branch information
1 parent
a4d84e7
commit b23284c
Showing
94 changed files
with
8,710 additions
and
8,371 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
language: java | ||
os: linux | ||
dist: xenial | ||
jdk: | ||
- openjdk8 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.