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:

committed by
Matias Niemelä

parent
52d3795336
commit
3d522716c4
@ -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';
|
||||
|
Reference in New Issue
Block a user