feat(animate): adds basic support for CSS animations on enter and leave

Closes #3876
This commit is contained in:
Robert Messerle
2015-08-28 14:39:34 -07:00
parent effbb54f3d
commit 39ce9d3397
26 changed files with 688 additions and 8 deletions
+1
View File
@@ -40,6 +40,7 @@ const kServedPaths = [
'benchmarks_external/src/static_tree',
// Relative (to /modules) paths to example directories
'examples/src/animate',
'examples/src/benchpress',
'examples/src/model_driven_forms',
'examples/src/template_driven_forms',
+1
View File
@@ -20,6 +20,7 @@ module.exports = function makeNodeTree(destinationPath) {
include: ['angular2/**', 'benchpress/**', '**/e2e_test/**'],
exclude: [
// the following code and tests are not compatible with CJS/node environment
'angular2/test/animate/**',
'angular2/test/core/zone/**',
'angular2/test/test_lib/fake_async_spec.ts',
'angular2/test/core/render/xhr_impl_spec.ts',