docs(zone.js): add leading space in the license comment of zone.js bundles (#40456)
PR Close #40456
This commit is contained in:
parent
f35f7c6d37
commit
fff9bd8fba
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue