docs(zone.js): add leading space in the license comment of zone.js bundles (#40456)

PR Close #40456
This commit is contained in:
JiaLiPassion
2021-01-19 17:52:21 +08:00
committed by Andrew Kushnir
parent f35f7c6d37
commit fff9bd8fba
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -24,9 +24,9 @@ if (bazel_stamp_file) {
// `this` should be `undefined` but is assigned with `Window` instead.
const banner = `'use strict';
/**
* @license Angular v${version}
* (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT
* @license Angular v${version}
* (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT
*/`;
module.exports = {
@@ -24,9 +24,9 @@ if (bazel_stamp_file) {
// `this` should be `undefined` but is assigned with `Window` instead.
const banner = `'use strict';
/**
* @license Angular v${version}
* (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT
* @license Angular v${version}
* (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT
*/`;
module.exports = {