build: bump year (#34651)

PR Close #34651
This commit is contained in:
Adam 2020-01-06 14:48:27 -06:00 committed by atscott
parent 5f1f42ba54
commit 55037d1107
10 changed files with 34 additions and 34 deletions

View File

@ -1,6 +1,6 @@
The MIT License The MIT License
Copyright (c) 2010-2019 Google LLC. http://angular.io/license Copyright (c) 2010-2020 Google LLC. http://angular.io/license
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -1,6 +1,6 @@
# Static query migration guide # Static query migration guide
**Important note for library authors: This migration is especially crucial for library authors to facilitate their users upgrading to version 9 when it becomes available (approx Oct 2019).** **Important note for library authors: This migration is especially crucial for library authors to facilitate their users upgrading to version 9 when it becomes available.**
In version 9, the default setting for `@ViewChild` and `@ContentChild` queries is changing in order to fix buggy and surprising behavior in queries (read more about that [here](#what-does-this-flag-mean)). In version 9, the default setting for `@ViewChild` and `@ContentChild` queries is changing in order to fix buggy and surprising behavior in queries (read more about that [here](#what-does-this-flag-mean)).

View File

@ -2,7 +2,7 @@
@description @description
The MIT License The MIT License
Copyright (c) 2010-2019 Google LLC. http://angular.io/license Copyright (c) 2010-2020 Google LLC. http://angular.io/license
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View File

@ -42,7 +42,7 @@
<footer class="no-print"> <footer class="no-print">
<aio-footer> <aio-footer>
<p> <p>
Powered by Google ©2010-2018. Powered by Google ©2010-2020.
Code licensed under an <a href="license" title="License text">MIT-style License</a>. Code licensed under an <a href="license" title="License text">MIT-style License</a>.
Documentation licensed under <a href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>. Documentation licensed under <a href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
</p> </p>

View File

@ -10,11 +10,11 @@
</div> </div>
<p> <p>
Super-powered by Google ©2010-2019. Super-powered by Google ©2010-2020.
Code licensed under an <a href="license" title="License text">MIT-style License</a>. Code licensed under an <a href="license" title="License text">MIT-style License</a>.
Documentation licensed under Documentation licensed under
<a href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>. <a href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
</p> </p>
<p> <p>
Version {{versionInfo?.full}}. Version {{versionInfo?.full}}.
</p> </p>

View File

@ -90,7 +90,7 @@ Hello
/** /**
* @license Angular v0.0.0 * @license Angular v0.0.0
* (c) 2010-2019 Google LLC. https://angular.io/ * (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT * License: MIT
*/ */
@ -339,7 +339,7 @@ Hello
/** /**
* @license Angular v0.0.0 * @license Angular v0.0.0
* (c) 2010-2019 Google LLC. https://angular.io/ * (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT * License: MIT
*/ */
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core")):"function"==typeof define&&define.amd?define("example/secondary",["exports","@angular/core"],t):t(((e=e||self).example=e.example||{},e.example.secondary={}),e.ng.core)}(this,(function(e,t){"use strict"; !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core")):"function"==typeof define&&define.amd?define("example/secondary",["exports","@angular/core"],t):t(((e=e||self).example=e.example||{},e.example.secondary={}),e.ng.core)}(this,(function(e,t){"use strict";
@ -378,7 +378,7 @@ e.SecondaryModule=o,e.a=1,Object.defineProperty(e,"__esModule",{value:!0})}));
/** /**
* @license Angular v0.0.0 * @license Angular v0.0.0
* (c) 2010-2019 Google LLC. https://angular.io/ * (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT * License: MIT
*/ */
@ -625,7 +625,7 @@ e.SecondaryModule=o,e.a=1,Object.defineProperty(e,"__esModule",{value:!0})}));
/** /**
* @license Angular v0.0.0 * @license Angular v0.0.0
* (c) 2010-2019 Google LLC. https://angular.io/ * (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT * License: MIT
*/ */
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core")):"function"==typeof define&&define.amd?define("example",["exports","@angular/core"],t):t((e=e||self).example={},e.ng.core)}(this,(function(e,t){"use strict"; !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core")):"function"==typeof define&&define.amd?define("example",["exports","@angular/core"],t):t((e=e||self).example={},e.ng.core)}(this,(function(e,t){"use strict";
@ -864,7 +864,7 @@ export var a = 1;
/** /**
* @license Angular v0.0.0 * @license Angular v0.0.0
* (c) 2010-2019 Google LLC. https://angular.io/ * (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT * License: MIT
*/ */
@ -891,7 +891,7 @@ export { }
/** /**
* @license Angular v0.0.0 * @license Angular v0.0.0
* (c) 2010-2019 Google LLC. https://angular.io/ * (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT * License: MIT
*/ */
@ -928,7 +928,7 @@ export { SecondaryModule, a };
/** /**
* @license Angular v0.0.0 * @license Angular v0.0.0
* (c) 2010-2019 Google LLC. https://angular.io/ * (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT * License: MIT
*/ */
@ -963,7 +963,7 @@ export { MyModule };
/** /**
* @license Angular v0.0.0 * @license Angular v0.0.0
* (c) 2010-2019 Google LLC. https://angular.io/ * (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT * License: MIT
*/ */
@ -1007,7 +1007,7 @@ export { SecondaryModule, a };
/** /**
* @license Angular v0.0.0 * @license Angular v0.0.0
* (c) 2010-2019 Google LLC. https://angular.io/ * (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT * License: MIT
*/ */
@ -1083,7 +1083,7 @@ export { MyModule };
/** /**
* @license Angular v0.0.0 * @license Angular v0.0.0
* (c) 2010-2019 Google LLC. https://angular.io/ * (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT * License: MIT
*/ */
@ -1105,7 +1105,7 @@ export { }
/** /**
* @license Angular v0.0.0 * @license Angular v0.0.0
* (c) 2010-2019 Google LLC. https://angular.io/ * (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT * License: MIT
*/ */

View File

@ -78,7 +78,7 @@ License: MIT
/** /**
* @license Angular v0.0.0 * @license Angular v0.0.0
* (c) 2010-2019 Google LLC. https://angular.io/ * (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT * License: MIT
*/ */
@ -327,7 +327,7 @@ License: MIT
/** /**
* @license Angular v0.0.0 * @license Angular v0.0.0
* (c) 2010-2019 Google LLC. https://angular.io/ * (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT * License: MIT
*/ */
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core")):"function"==typeof define&&define.amd?define("example/portal",["exports","@angular/core"],t):t(((e=e||self).example=e.example||{},e.example.portal={}),e.ng.core)}(this,(function(e,t){"use strict"; !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/core")):"function"==typeof define&&define.amd?define("example/portal",["exports","@angular/core"],t):t(((e=e||self).example=e.example||{},e.example.portal={}),e.ng.core)}(this,(function(e,t){"use strict";
@ -366,7 +366,7 @@ e.PortalModule=o,e.a=1,Object.defineProperty(e,"__esModule",{value:!0})}));
/** /**
* @license Angular v0.0.0 * @license Angular v0.0.0
* (c) 2010-2019 Google LLC. https://angular.io/ * (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT * License: MIT
*/ */
@ -407,7 +407,7 @@ e.PortalModule=o,e.a=1,Object.defineProperty(e,"__esModule",{value:!0})}));
/** /**
* @license Angular v0.0.0 * @license Angular v0.0.0
* (c) 2010-2019 Google LLC. https://angular.io/ * (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT * License: MIT
*/ */
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define("example/utils",["exports"],t):t(((e=e||self).example=e.example||{},e.example.utils={}))}(this,(function(e){"use strict"; !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define("example/utils",["exports"],t):t(((e=e||self).example=e.example||{},e.example.utils={}))}(this,(function(e){"use strict";
@ -431,7 +431,7 @@ e.dispatchFakeEvent=function t(e,n){e.dispatchEvent(n)},Object.defineProperty(e,
/** /**
* @license Angular v0.0.0 * @license Angular v0.0.0
* (c) 2010-2019 Google LLC. https://angular.io/ * (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT * License: MIT
*/ */
@ -462,7 +462,7 @@ e.dispatchFakeEvent=function t(e,n){e.dispatchEvent(n)},Object.defineProperty(e,
/** /**
* @license Angular v0.0.0 * @license Angular v0.0.0
* (c) 2010-2019 Google LLC. https://angular.io/ * (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT * License: MIT
*/ */
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define("example",["exports"],t):t((e=e||self).example={})}(this,(function(e){"use strict"; !function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports):"function"==typeof define&&define.amd?define("example",["exports"],t):t((e=e||self).example={})}(this,(function(e){"use strict";
@ -664,7 +664,7 @@ export function dispatchFakeEvent(el, ev) {
/** /**
* @license Angular v0.0.0 * @license Angular v0.0.0
* (c) 2010-2019 Google LLC. https://angular.io/ * (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT * License: MIT
*/ */
@ -685,7 +685,7 @@ export { VERSION };
/** /**
* @license Angular v0.0.0 * @license Angular v0.0.0
* (c) 2010-2019 Google LLC. https://angular.io/ * (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT * License: MIT
*/ */
@ -722,7 +722,7 @@ export { PortalModule, a };
/** /**
* @license Angular v0.0.0 * @license Angular v0.0.0
* (c) 2010-2019 Google LLC. https://angular.io/ * (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT * License: MIT
*/ */
@ -753,7 +753,7 @@ export { dispatchFakeEvent };
/** /**
* @license Angular v0.0.0 * @license Angular v0.0.0
* (c) 2010-2019 Google LLC. https://angular.io/ * (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT * License: MIT
*/ */
@ -774,7 +774,7 @@ export { VERSION };
/** /**
* @license Angular v0.0.0 * @license Angular v0.0.0
* (c) 2010-2019 Google LLC. https://angular.io/ * (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT * License: MIT
*/ */
@ -818,7 +818,7 @@ export { PortalModule, a };
/** /**
* @license Angular v0.0.0 * @license Angular v0.0.0
* (c) 2010-2019 Google LLC. https://angular.io/ * (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT * License: MIT
*/ */
@ -929,7 +929,7 @@ export * from './index';
/** /**
* @license Angular v0.0.0 * @license Angular v0.0.0
* (c) 2010-2019 Google LLC. https://angular.io/ * (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT * License: MIT
*/ */
@ -983,7 +983,7 @@ export declare function dispatchFakeEvent(el: HTMLElement, ev: Event): void;
/** /**
* @license Angular v0.0.0 * @license Angular v0.0.0
* (c) 2010-2019 Google LLC. https://angular.io/ * (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT * License: MIT
*/ */

View File

@ -1,5 +1,5 @@
/** /**
* @license Angular v0.0.0-PLACEHOLDER * @license Angular v0.0.0-PLACEHOLDER
* (c) 2010-2019 Google LLC. https://angular.io/ * (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT * License: MIT
*/ */

View File

@ -16,7 +16,7 @@ if (bazel_stamp_file) {
const banner = `/** const banner = `/**
* @license Angular v${version} * @license Angular v${version}
* (c) 2010-2019 Google LLC. https://angular.io/ * (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT * License: MIT
*/`; */`;

View File

@ -16,7 +16,7 @@ if (bazel_stamp_file) {
const banner = `/** const banner = `/**
* @license Angular v${version} * @license Angular v${version}
* (c) 2010-2019 Google LLC. https://angular.io/ * (c) 2010-2020 Google LLC. https://angular.io/
* License: MIT * License: MIT
*/`; */`;