fix(docs-infra): remove polyfill web-animations since we use Angular > 6 and we don't use AnimationBuilder (#28514)

PR Close #28514
This commit is contained in:
WilliamKoza
2019-02-04 15:17:42 +01:00
committed by Matias Niemelä
parent 52d3795336
commit 3d522716c4
3 changed files with 2 additions and 7 deletions

View File

@ -17,5 +17,5 @@ import 'core-js/es6/set';
/** IE10 and IE11 requires the following for NgClass support on SVG elements */
import 'classlist.js';
/** IE10 and IE11 requires the following to support `@angular/animation`. */
import 'web-animations-js';
/** Only required if AnimationBuilder is used within the application and using IE/Edge or Safari. */
// import 'web-animations-js';