Skip to content

Commit 9768f31

Browse files
committed
chore: remove references to the web animations polyfill
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 4bf3ceb commit 9768f31

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)