diff --git a/src/assets/plunker/index.html b/src/assets/plunker/index.html
index 1935d88f1..bdb13a98b 100644
--- a/src/assets/plunker/index.html
+++ b/src/assets/plunker/index.html
@@ -4,9 +4,9 @@
Angular Material Plunker
-
+
-
+
@@ -20,7 +20,7 @@
-
+
diff --git a/src/assets/plunker/main.ts b/src/assets/plunker/main.ts
index 507f27d21..ddfb6b205 100644
--- a/src/assets/plunker/main.ts
+++ b/src/assets/plunker/main.ts
@@ -1,5 +1,6 @@
import {platformBrowserDynamic} from '@angular/platform-browser-dynamic';
import {BrowserModule} from '@angular/platform-browser';
+import {BrowserAnimationsModule} from '@angular/platform-browser/animations';
import {NgModule} from '@angular/core';
import {FormsModule, ReactiveFormsModule} from '@angular/forms';
import {MaterialModule} from '@angular/material';
@@ -9,6 +10,7 @@ import {MaterialDocsExample} from './material-docs-example';
imports: [
BrowserModule,
+ BrowserAnimationsModule,
FormsModule,
ReactiveFormsModule,
MaterialModule,
diff --git a/src/assets/plunker/systemjs.config.js b/src/assets/plunker/systemjs.config.js
index d69059a39..85a759446 100644
--- a/src/assets/plunker/systemjs.config.js
+++ b/src/assets/plunker/systemjs.config.js
@@ -20,6 +20,7 @@ System.config({
// Angular specific mappings.
'@angular/core': 'https://unpkg.com/@angular/core/bundles/core.umd.js',
+ '@angular/animations': 'https://unpkg.com/@angular/animations/bundles/animations.umd.js',
'@angular/common': 'https://unpkg.com/@angular/common/bundles/common.umd.js',
'@angular/compiler': 'https://unpkg.com/@angular/compiler/bundles/compiler.umd.js',
'@angular/http': 'https://unpkg.com/@angular/http/bundles/http.umd.js',
@@ -27,6 +28,8 @@ System.config({
'@angular/router': 'https://unpkg.com/@angular/router/bundles/router.umd.js',
'@angular/platform-browser': 'https://unpkg.com/@angular/platform-browser/bundles/platform-browser.umd.js',
'@angular/platform-browser-dynamic': 'https://unpkg.com/@angular/platform-browser-dynamic/bundles/platform-browser-dynamic.umd.js',
+ '@angular/animations/browser': 'https://unpkg.com/@angular/animations/bundles/animations-browser.umd.js',
+ '@angular/platform-browser/animations': 'https://unpkg.com/@angular/platform-browser/bundles/platform-browser-animations.umd.js',
'@angular/material': 'https://unpkg.com/@angular/material/bundles/material.umd.js',
// Rxjs mapping