Skip to content

Commit 9dadf37

Browse files
crisbetojelbourn
authored andcommitted
chore: remove references to the web animations polyfill (#11179)
Gets rid of the Web animations polyfill from our demo apps, as well as from the docs. The polyfill is not longer required as of Angular 6.
1 parent ce1b517 commit 9dadf37

File tree

6 files changed

+3404
-3418
lines changed

6 files changed

+3404
-3418
lines changed

guides/getting-started.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ npm install --save @angular/animations
4848
yarn add @angular/animations
4949
```
5050

51-
**Note:** `@angular/animations` uses the WebAnimation API that isn't supported by all browsers yet.
52-
If you want to support Material component animations in these browsers, you'll have to
53-
[include a polyfill](https://github.com/web-animations/web-animations-js).
54-
5551
```ts
5652
import {BrowserAnimationsModule} from '@angular/platform-browser/animations';
5753

0 commit comments

Comments
 (0)