@angular/core 7.2.11 → 7.2.15
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/bundles/core-testing.umd.js +1 -1
- package/bundles/core-testing.umd.min.js +1 -1
- package/bundles/core-testing.umd.min.js.map +1 -1
- package/bundles/core.umd.js +3 -3
- package/bundles/core.umd.js.map +1 -1
- package/bundles/core.umd.min.js +2 -2
- package/bundles/core.umd.min.js.map +1 -1
- package/core.metadata.json +1 -1
- package/esm2015/src/di/injector_compatibility.js +1 -1
- package/esm2015/src/render3/interfaces/renderer.js +2 -2
- package/esm2015/src/sanitization/url_sanitizer.js +2 -2
- package/esm2015/src/version.js +1 -1
- package/esm5/src/di/injector_compatibility.js +1 -1
- package/esm5/src/render3/interfaces/renderer.js +1 -1
- package/esm5/src/sanitization/url_sanitizer.js +2 -2
- package/esm5/src/version.js +1 -1
- package/fesm2015/core.js +4 -4
- package/fesm2015/core.js.map +1 -1
- package/fesm2015/testing.js +1 -1
- package/fesm5/core.js +3 -3
- package/fesm5/core.js.map +1 -1
- package/fesm5/testing.js +1 -1
- package/package.json +1 -1
- package/src/di/injector_compatibility.d.ts +13 -7
- package/src/render3/interfaces/renderer.d.ts +1 -1
- package/testing.d.ts +1 -1
package/bundles/core.umd.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v7.2.
|
|
2
|
+
* @license Angular v7.2.15
|
|
3
3
|
* (c) 2010-2019 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -10789,7 +10789,7 @@
|
|
|
10789
10789
|
/**
|
|
10790
10790
|
* @publicApi
|
|
10791
10791
|
*/
|
|
10792
|
-
var VERSION = new Version('7.2.
|
|
10792
|
+
var VERSION = new Version('7.2.15');
|
|
10793
10793
|
|
|
10794
10794
|
/**
|
|
10795
10795
|
* @license
|
|
@@ -11225,7 +11225,7 @@
|
|
|
11225
11225
|
* execution if used in URL context within a HTML document. Specifically, this
|
|
11226
11226
|
* regular expression matches if (comment from here on and regex copied from
|
|
11227
11227
|
* Soy's EscapingConventions):
|
|
11228
|
-
* (1) Either
|
|
11228
|
+
* (1) Either an allowed protocol (http, https, mailto or ftp).
|
|
11229
11229
|
* (2) or no protocol. A protocol must be followed by a colon. The below
|
|
11230
11230
|
* allows that by allowing colons only after one of the characters [/?#].
|
|
11231
11231
|
* A colon after a hash (#) must be in the fragment.
|