mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
parent
cc12be47ed
commit
d57257514d
3 changed files with 5 additions and 5 deletions
|
|
@ -8,5 +8,5 @@
|
|||
|
||||
export const GITHUB = 'https://github.com/angular/angular';
|
||||
export const X = 'https://x.com/angular';
|
||||
export const MEDIUM = 'https://blog.angular.io';
|
||||
export const MEDIUM = 'https://blog.angular.dev';
|
||||
export const YOUTUBE = 'https://www.youtube.com/channel/UCbn1OgGei-DV7aSRo_HaAiw';
|
||||
|
|
|
|||
|
|
@ -13,11 +13,11 @@ HELPFUL: If you are currently using AngularJS, see [Upgrading from AngularJS](ht
|
|||
|
||||
## Getting notified of new releases
|
||||
|
||||
To be notified when new releases are available, follow [@angular](https://twitter.com/angular "@angular on Twitter") on Twitter or subscribe to the [Angular blog](https://blog.angular.io "Angular blog").
|
||||
To be notified when new releases are available, follow [@angular](https://twitter.com/angular "@angular on Twitter") on Twitter or subscribe to the [Angular blog](https://blog.angular.dev "Angular blog").
|
||||
|
||||
## Learning about new features
|
||||
|
||||
What's new? What's changed? We share the most important things you need to know on the Angular blog in [release announcements]( https://blog.angular.io/ "Angular blog - release announcements").
|
||||
What's new? What's changed? We share the most important things you need to know on the Angular blog in [release announcements]( https://blog.angular.dev/ "Angular blog - release announcements").
|
||||
|
||||
To review a complete list of changes, organized by version, see the [Angular change log](https://github.com/angular/angular/blob/main/CHANGELOG.md "Angular change log").
|
||||
|
||||
|
|
@ -49,7 +49,7 @@ It also describes supported update paths.
|
|||
## Resource summary
|
||||
|
||||
* Release announcements:
|
||||
[Angular blog - release announcements](https://blog.angular.io/ "Angular blog announcements about recent releases")
|
||||
[Angular blog - release announcements](https://blog.angular.dev/ "Angular blog announcements about recent releases")
|
||||
|
||||
* Release details:
|
||||
[Angular change log](https://github.com/angular/angular/blob/main/CHANGELOG.md "Angular change log")
|
||||
|
|
|
|||
|
|
@ -18,6 +18,6 @@
|
|||
<h2><a target="_blank" rel="noopener" href="https://github.com/angular/angular-cli/wiki">CLI Documentation</a></h2>
|
||||
</li>
|
||||
<li>
|
||||
<h2><a target="_blank" rel="noopener" href="https://blog.angular.io/">Angular blog</a></h2>
|
||||
<h2><a target="_blank" rel="noopener" href="https://blog.angular.dev/">Angular blog</a></h2>
|
||||
</li>
|
||||
</ul>
|
||||
|
|
|
|||
Loading…
Reference in a new issue