-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: update angular dependencies to V7
Closes #1340
- Loading branch information
1 parent
a9e7cbd
commit e6048bd
Showing
54 changed files
with
4,842 additions
and
1,500 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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Make TypeScript and Angular compilation fast, by keeping a few copies of the | ||
# compiler running as daemons, and cache SourceFile AST's to reduce parse time. | ||
build --strategy=TypeScriptCompile=worker | ||
build --strategy=AngularTemplateCompile=worker | ||
|
||
# Don't create bazel-* symlinks in the WORKSPACE directory. | ||
# These require .gitignore and may scare users. | ||
# Also, it's a workaround for https://github.com/bazelbuild/rules_typescript/issues/12 | ||
# which affects the common case of having `tsconfig.json` in the WORKSPACE directory. | ||
# | ||
# Instead, you should run `bazel info bazel-bin` to find out where the outputs went. | ||
build --symlink_prefix=dist/ | ||
|
||
test --test_output=errors | ||
|
||
# Use the Angular 6 compiler | ||
build --define=compile=legacy | ||
|
||
# Turn off legacy external runfiles | ||
run --nolegacy_external_runfiles | ||
test --nolegacy_external_runfiles |
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
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.