parent
5f1f42ba54
commit
55037d1107
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
|||
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
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# 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)).
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
@description
|
||||
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
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
<footer class="no-print">
|
||||
<aio-footer>
|
||||
<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>.
|
||||
Documentation licensed under <a href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
|
||||
</p>
|
||||
|
|
|
@ -10,11 +10,11 @@
|
|||
</div>
|
||||
|
||||
<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>.
|
||||
Documentation licensed under
|
||||
<a href="http://creativecommons.org/licenses/by/4.0/">CC BY 4.0</a>.
|
||||
</p>
|
||||
<p>
|
||||
Version {{versionInfo?.full}}.
|
||||
</p>
|
||||
</p>
|
||||
|
|
|
@ -90,7 +90,7 @@ Hello
|
|||
|
||||
/**
|
||||
* @license Angular v0.0.0
|
||||
* (c) 2010-2019 Google LLC. https://angular.io/
|
||||
* (c) 2010-2020 Google LLC. https://angular.io/
|
||||
* License: MIT
|
||||
*/
|
||||
|
||||
|
@ -339,7 +339,7 @@ Hello
|
|||
|
||||
/**
|
||||
* @license Angular v0.0.0
|
||||
* (c) 2010-2019 Google LLC. https://angular.io/
|
||||
* (c) 2010-2020 Google LLC. https://angular.io/
|
||||
* 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";
|
||||
|
@ -378,7 +378,7 @@ e.SecondaryModule=o,e.a=1,Object.defineProperty(e,"__esModule",{value:!0})}));
|
|||
|
||||
/**
|
||||
* @license Angular v0.0.0
|
||||
* (c) 2010-2019 Google LLC. https://angular.io/
|
||||
* (c) 2010-2020 Google LLC. https://angular.io/
|
||||
* License: MIT
|
||||
*/
|
||||
|
||||
|
@ -625,7 +625,7 @@ e.SecondaryModule=o,e.a=1,Object.defineProperty(e,"__esModule",{value:!0})}));
|
|||
|
||||
/**
|
||||
* @license Angular v0.0.0
|
||||
* (c) 2010-2019 Google LLC. https://angular.io/
|
||||
* (c) 2010-2020 Google LLC. https://angular.io/
|
||||
* 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";
|
||||
|
@ -864,7 +864,7 @@ export var a = 1;
|
|||
|
||||
/**
|
||||
* @license Angular v0.0.0
|
||||
* (c) 2010-2019 Google LLC. https://angular.io/
|
||||
* (c) 2010-2020 Google LLC. https://angular.io/
|
||||
* License: MIT
|
||||
*/
|
||||
|
||||
|
@ -891,7 +891,7 @@ export { }
|
|||
|
||||
/**
|
||||
* @license Angular v0.0.0
|
||||
* (c) 2010-2019 Google LLC. https://angular.io/
|
||||
* (c) 2010-2020 Google LLC. https://angular.io/
|
||||
* License: MIT
|
||||
*/
|
||||
|
||||
|
@ -928,7 +928,7 @@ export { SecondaryModule, a };
|
|||
|
||||
/**
|
||||
* @license Angular v0.0.0
|
||||
* (c) 2010-2019 Google LLC. https://angular.io/
|
||||
* (c) 2010-2020 Google LLC. https://angular.io/
|
||||
* License: MIT
|
||||
*/
|
||||
|
||||
|
@ -963,7 +963,7 @@ export { MyModule };
|
|||
|
||||
/**
|
||||
* @license Angular v0.0.0
|
||||
* (c) 2010-2019 Google LLC. https://angular.io/
|
||||
* (c) 2010-2020 Google LLC. https://angular.io/
|
||||
* License: MIT
|
||||
*/
|
||||
|
||||
|
@ -1007,7 +1007,7 @@ export { SecondaryModule, a };
|
|||
|
||||
/**
|
||||
* @license Angular v0.0.0
|
||||
* (c) 2010-2019 Google LLC. https://angular.io/
|
||||
* (c) 2010-2020 Google LLC. https://angular.io/
|
||||
* License: MIT
|
||||
*/
|
||||
|
||||
|
@ -1083,7 +1083,7 @@ export { MyModule };
|
|||
|
||||
/**
|
||||
* @license Angular v0.0.0
|
||||
* (c) 2010-2019 Google LLC. https://angular.io/
|
||||
* (c) 2010-2020 Google LLC. https://angular.io/
|
||||
* License: MIT
|
||||
*/
|
||||
|
||||
|
@ -1105,7 +1105,7 @@ export { }
|
|||
|
||||
/**
|
||||
* @license Angular v0.0.0
|
||||
* (c) 2010-2019 Google LLC. https://angular.io/
|
||||
* (c) 2010-2020 Google LLC. https://angular.io/
|
||||
* License: MIT
|
||||
*/
|
||||
|
||||
|
|
|
@ -78,7 +78,7 @@ License: MIT
|
|||
|
||||
/**
|
||||
* @license Angular v0.0.0
|
||||
* (c) 2010-2019 Google LLC. https://angular.io/
|
||||
* (c) 2010-2020 Google LLC. https://angular.io/
|
||||
* License: MIT
|
||||
*/
|
||||
|
||||
|
@ -327,7 +327,7 @@ License: MIT
|
|||
|
||||
/**
|
||||
* @license Angular v0.0.0
|
||||
* (c) 2010-2019 Google LLC. https://angular.io/
|
||||
* (c) 2010-2020 Google LLC. https://angular.io/
|
||||
* 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";
|
||||
|
@ -366,7 +366,7 @@ e.PortalModule=o,e.a=1,Object.defineProperty(e,"__esModule",{value:!0})}));
|
|||
|
||||
/**
|
||||
* @license Angular v0.0.0
|
||||
* (c) 2010-2019 Google LLC. https://angular.io/
|
||||
* (c) 2010-2020 Google LLC. https://angular.io/
|
||||
* License: MIT
|
||||
*/
|
||||
|
||||
|
@ -407,7 +407,7 @@ e.PortalModule=o,e.a=1,Object.defineProperty(e,"__esModule",{value:!0})}));
|
|||
|
||||
/**
|
||||
* @license Angular v0.0.0
|
||||
* (c) 2010-2019 Google LLC. https://angular.io/
|
||||
* (c) 2010-2020 Google LLC. https://angular.io/
|
||||
* 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";
|
||||
|
@ -431,7 +431,7 @@ e.dispatchFakeEvent=function t(e,n){e.dispatchEvent(n)},Object.defineProperty(e,
|
|||
|
||||
/**
|
||||
* @license Angular v0.0.0
|
||||
* (c) 2010-2019 Google LLC. https://angular.io/
|
||||
* (c) 2010-2020 Google LLC. https://angular.io/
|
||||
* License: MIT
|
||||
*/
|
||||
|
||||
|
@ -462,7 +462,7 @@ e.dispatchFakeEvent=function t(e,n){e.dispatchEvent(n)},Object.defineProperty(e,
|
|||
|
||||
/**
|
||||
* @license Angular v0.0.0
|
||||
* (c) 2010-2019 Google LLC. https://angular.io/
|
||||
* (c) 2010-2020 Google LLC. https://angular.io/
|
||||
* 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";
|
||||
|
@ -664,7 +664,7 @@ export function dispatchFakeEvent(el, ev) {
|
|||
|
||||
/**
|
||||
* @license Angular v0.0.0
|
||||
* (c) 2010-2019 Google LLC. https://angular.io/
|
||||
* (c) 2010-2020 Google LLC. https://angular.io/
|
||||
* License: MIT
|
||||
*/
|
||||
|
||||
|
@ -685,7 +685,7 @@ export { VERSION };
|
|||
|
||||
/**
|
||||
* @license Angular v0.0.0
|
||||
* (c) 2010-2019 Google LLC. https://angular.io/
|
||||
* (c) 2010-2020 Google LLC. https://angular.io/
|
||||
* License: MIT
|
||||
*/
|
||||
|
||||
|
@ -722,7 +722,7 @@ export { PortalModule, a };
|
|||
|
||||
/**
|
||||
* @license Angular v0.0.0
|
||||
* (c) 2010-2019 Google LLC. https://angular.io/
|
||||
* (c) 2010-2020 Google LLC. https://angular.io/
|
||||
* License: MIT
|
||||
*/
|
||||
|
||||
|
@ -753,7 +753,7 @@ export { dispatchFakeEvent };
|
|||
|
||||
/**
|
||||
* @license Angular v0.0.0
|
||||
* (c) 2010-2019 Google LLC. https://angular.io/
|
||||
* (c) 2010-2020 Google LLC. https://angular.io/
|
||||
* License: MIT
|
||||
*/
|
||||
|
||||
|
@ -774,7 +774,7 @@ export { VERSION };
|
|||
|
||||
/**
|
||||
* @license Angular v0.0.0
|
||||
* (c) 2010-2019 Google LLC. https://angular.io/
|
||||
* (c) 2010-2020 Google LLC. https://angular.io/
|
||||
* License: MIT
|
||||
*/
|
||||
|
||||
|
@ -818,7 +818,7 @@ export { PortalModule, a };
|
|||
|
||||
/**
|
||||
* @license Angular v0.0.0
|
||||
* (c) 2010-2019 Google LLC. https://angular.io/
|
||||
* (c) 2010-2020 Google LLC. https://angular.io/
|
||||
* License: MIT
|
||||
*/
|
||||
|
||||
|
@ -929,7 +929,7 @@ export * from './index';
|
|||
|
||||
/**
|
||||
* @license Angular v0.0.0
|
||||
* (c) 2010-2019 Google LLC. https://angular.io/
|
||||
* (c) 2010-2020 Google LLC. https://angular.io/
|
||||
* License: MIT
|
||||
*/
|
||||
|
||||
|
@ -983,7 +983,7 @@ export declare function dispatchFakeEvent(el: HTMLElement, ev: Event): void;
|
|||
|
||||
/**
|
||||
* @license Angular v0.0.0
|
||||
* (c) 2010-2019 Google LLC. https://angular.io/
|
||||
* (c) 2010-2020 Google LLC. https://angular.io/
|
||||
* License: MIT
|
||||
*/
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* @license Angular v0.0.0-PLACEHOLDER
|
||||
* (c) 2010-2019 Google LLC. https://angular.io/
|
||||
* (c) 2010-2020 Google LLC. https://angular.io/
|
||||
* License: MIT
|
||||
*/
|
||||
|
|
|
@ -16,7 +16,7 @@ if (bazel_stamp_file) {
|
|||
|
||||
const banner = `/**
|
||||
* @license Angular v${version}
|
||||
* (c) 2010-2019 Google LLC. https://angular.io/
|
||||
* (c) 2010-2020 Google LLC. https://angular.io/
|
||||
* License: MIT
|
||||
*/`;
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ if (bazel_stamp_file) {
|
|||
|
||||
const banner = `/**
|
||||
* @license Angular v${version}
|
||||
* (c) 2010-2019 Google LLC. https://angular.io/
|
||||
* (c) 2010-2020 Google LLC. https://angular.io/
|
||||
* License: MIT
|
||||
*/`;
|
||||
|
||||
|
|
Loading…
Reference in New Issue