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

View File

@ -24,9 +24,9 @@ if (bazel_stamp_file) {
// `this` should be `undefined` but is assigned with `Window` instead. // `this` should be `undefined` but is assigned with `Window` instead.
const banner = `'use strict'; const banner = `'use strict';
/** /**
* @license Angular v${version} * @license Angular v${version}
* (c) 2010-2020 Google LLC. https://angular.io/ * (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT * License: MIT
*/`; */`;
module.exports = { module.exports = {

View File

@ -24,9 +24,9 @@ if (bazel_stamp_file) {
// `this` should be `undefined` but is assigned with `Window` instead. // `this` should be `undefined` but is assigned with `Window` instead.
const banner = `'use strict'; const banner = `'use strict';
/** /**
* @license Angular v${version} * @license Angular v${version}
* (c) 2010-2020 Google LLC. https://angular.io/ * (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT * License: MIT
*/`; */`;
module.exports = { module.exports = {