@angular/animations 4.2.0 → 4.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/@angular/animations/browser/testing.es5.js +1 -1
- package/@angular/animations/browser/testing.js +1 -1
- package/@angular/animations/browser.es5.js +69 -39
- package/@angular/animations/browser.es5.js.map +1 -1
- package/@angular/animations/browser.js +69 -39
- package/@angular/animations/browser.js.map +1 -1
- package/@angular/animations.es5.js +1 -1
- package/@angular/animations.js +1 -1
- package/browser/src/dsl/animation_ast.d.ts +0 -6
- package/browser/testing.d.ts +1 -1
- package/browser.d.ts +1 -1
- package/bundles/animations-browser-testing.umd.js +2 -2
- package/bundles/animations-browser-testing.umd.min.js +1 -1
- package/bundles/animations-browser.umd.js +70 -40
- package/bundles/animations-browser.umd.js.map +1 -1
- package/bundles/animations-browser.umd.min.js +5 -5
- package/bundles/animations-browser.umd.min.js.map +1 -1
- package/bundles/animations.umd.js +2 -2
- package/bundles/animations.umd.min.js +2 -2
- package/package.json +2 -2
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v4.2.
|
|
2
|
+
* @license Angular v4.2.4
|
|
3
3
|
* (c) 2010-2017 Google, Inc. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
}(this, (function (exports) { 'use strict';
|
|
11
11
|
|
|
12
12
|
/**
|
|
13
|
-
* @license Angular v4.2.
|
|
13
|
+
* @license Angular v4.2.4
|
|
14
14
|
* (c) 2010-2017 Google, Inc. https://angular.io/
|
|
15
15
|
* License: MIT
|
|
16
16
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v4.2.
|
|
2
|
+
* @license Angular v4.2.4
|
|
3
3
|
* (c) 2010-2017 Google, Inc. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
* @return {?}
|
|
14
14
|
*/
|
|
15
15
|
function scheduleMicroTask(cb){Promise.resolve(null).then(cb)}/**
|
|
16
|
-
* @license Angular v4.2.
|
|
16
|
+
* @license Angular v4.2.4
|
|
17
17
|
* (c) 2010-2017 Google, Inc. https://angular.io/
|
|
18
18
|
* License: MIT
|
|
19
19
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/animations",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.4",
|
|
4
4
|
"description": "Angular - animations integration with web-animationss",
|
|
5
5
|
"main": "./bundles/animations.umd.js",
|
|
6
6
|
"module": "./@angular/animations.es5.js",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"tslib": "^1.7.1"
|
|
13
13
|
},
|
|
14
14
|
"peerDependencies": {
|
|
15
|
-
"@angular/core": "4.2.
|
|
15
|
+
"@angular/core": "4.2.4"
|
|
16
16
|
},
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|