Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit b4a7b31

Browse files
committed
news(aug9): news for the rc5 release
1 parent b54db9a commit b4a7b31

File tree

1 file changed

+36
-35
lines changed

1 file changed

+36
-35
lines changed

public/news.jade

Lines changed: 36 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -6,87 +6,88 @@
66
.grid-fluid
77
.c6
88
.article-card
9-
.date July 29, 2016
9+
.date Aug 9, 2016
1010
.title
1111
a(
1212
target="_blank"
13-
href="http://angularjs.blogspot.com/2016/07/fresh-guides-from-victor-savkin.html"
14-
) Fresh Guides from Victor Savkin
15-
p Victor just refreshed his older posts with the latest and greatest from the current release candidate, at a new location on vsavkin.com...
13+
href="http://angularjs.blogspot.com/2016/08/angular-2-rc5-ngmodules-lazy-loading.html"
14+
) Angular 2 RC5 - NgModules, Lazy Loading and AoT compilation
15+
p Today we’re publishing Angular 2 RC5 - including support for @NgModule decorators, Ahead-of-time compilation for components and services, Lazy-loading for the router, and new modules that make it easier...
1616
.author
17-
img(src="/resources/images/bios/stephenfluin.jpg")
18-
.posted Posted by <b>Stephen Fluin</b>
17+
img(src="/resources/images/bios/rob-wormald.jpg")
18+
.posted Posted by <b>Rob Wormald</b>
1919

2020
.c6
2121
.article-card
22-
.date July 20, 2016
22+
.date July 29, 2016
2323
.title
2424
a(
2525
target="_blank"
26-
href="http://angularjs.blogspot.com/2016/07/a-dedicated-team-for-angulardart.html"
27-
) A dedicated team for AngularDart
28-
p We are splitting the Angular 2 codebase into two flavors—a Dart version and a TypeScript/JavaScript version—and creating a dedicated Angular Dart team...
29-
26+
href="http://angularjs.blogspot.com/2016/07/fresh-guides-from-victor-savkin.html"
27+
) Fresh Guides from Victor Savkin
28+
p Victor just refreshed his older posts with the latest and greatest from the current release candidate, at a new location on vsavkin.com...
3029
.author
31-
img(src="/resources/images/bios/naomi.jpg")
32-
.posted Posted by <b>Naomi Black</b>
30+
img(src="/resources/images/bios/stephenfluin.jpg")
31+
.posted Posted by <b>Stephen Fluin</b>
3332

3433
.grid-fluid.l-space-bottom-2.l-space-top-4
3534
.c12.text-center
3635
h3.text-headline.text-uppercase Developer Community
3736
.clear
37+
3838
.grid-fluid
3939
.c6
4040
.article-card
41-
.date June 30, 2016
41+
.date Aug 8, 2016
4242
.title
4343
a(
4444
target="_blank"
45-
href="http://www.bennadel.com/blog/3116-using-an-item-template-with-an-html-dropdown-menu-component-in-angular-2-rc-3.htm"
46-
) Using An Item Template With An HTML Dropdown Menu Component
47-
p A while ago, I played around with trying to create an HTML Dropdown menu component in Angular 2. I discovered that you could pass Template references into components for dynamic rendering...
45+
href="http://teropa.info/blog/2016/08/08/angular-2-hot-loading-with-ngrx-store-and-webpack.html"
46+
) Angular 2 Hot Loading with @ngrx/store and Webpack
47+
p I've been waiting for a hot reloading workflow for Angular 2 to emerge. I was happy to discover that one now exists. This is potentially a very big deal for productivity....
4848
.author
4949
img(src="/resources/images/bios/shield-bio-placeholder.png")
50-
.posted Posted by <b>Ben Nadel</b>
51-
50+
.posted Posted by <b>Tero Parviainen</b>
51+
5252
.c6
5353
.article-card
54-
.date June 29, 2016
54+
.date Aug 6, 2016
5555
.title
5656
a(
5757
target="_blank"
58-
href="https://channel9.msdn.com/Shows/Office-Dev-Show/Office-Dev-Show-Episode-35-Getting-Started-with-Angular-2-and-the-Microsoft-Graph"
59-
) Getting Started with Angular 2 and the Microsoft Graph (Video)
60-
p Richard diZerega explores how to connect to the Microsoft Graph from Angular 2 and TypeScript. Richard starts with the Angular 2 quickstart template and gets it connecting to the the Microsoft Graph...
58+
href="http://juristr.com/blog/2016/08/ng2-forms-first-look/"
59+
) Angular 2 forms - a first look
60+
p A first quick look at the new Forms API in Angular 2. A Google Hangout with Kara Erickson, core contributor to the Forms Api. Here I'm summarizing...
6161
.author
6262
img(src="/resources/images/bios/shield-bio-placeholder.png")
63-
.posted Posted by <b>Richard diZerega</b>
63+
.posted Posted by <b>Juri Strumpflohner</b>
64+
6465
.grid-fluid
6566
.c6
6667
.article-card
67-
.date June 26, 2016
68+
.date June 30, 2016
6869
.title
6970
a(
7071
target="_blank"
71-
href="http://blog.mgechev.com/2016/06/26/tree-shaking-angular2-production-build-rollup-javascript/"
72-
) Building an Angular 2 Application for Production
73-
p During the keynote of ng-conf, the core team managed to drop the size of the “Hello world!” app to less than 50K! In this blog post we’ll explain all the steps we need to go through in order to achieve such results!
72+
href="http://www.bennadel.com/blog/3116-using-an-item-template-with-an-html-dropdown-menu-component-in-angular-2-rc-3.htm"
73+
) Using An Item Template With An HTML Dropdown Menu Component
74+
p A while ago, I played around with trying to create an HTML Dropdown menu component in Angular 2. I discovered that you could pass Template references into components for dynamic rendering...
7475
.author
7576
img(src="/resources/images/bios/shield-bio-placeholder.png")
76-
.posted Posted by <b>Minko Gechev</b>
77+
.posted Posted by <b>Ben Nadel</b>
7778

7879
.c6
7980
.article-card
80-
.date June 22, 2016
81+
.date June 29, 2016
8182
.title
8283
a(
8384
target="_blank"
84-
href="https://mp.weixin.qq.com/s?__biz=MzIwNjQwMzUwMQ==&mid=2247483837&idx=1&sn=932b359504eec2ae50a3bcba2964b3c2&scene=2&srcid=0622Tab8nj3W3cAkphohB8wM"
85-
) Why I chose Angular 2 / 我为什么选择Angular 2 (in Chinese)
86-
p Ralph Wang, a senior developer with 18 years’ experience in China, tells why he chooses Angular 2. No choice is painful, but too many choices can be chaotic and cause even more pain...
85+
href="https://channel9.msdn.com/Shows/Office-Dev-Show/Office-Dev-Show-Episode-35-Getting-Started-with-Angular-2-and-the-Microsoft-Graph"
86+
) Getting Started with Angular 2 and the Microsoft Graph (Video)
87+
p Richard diZerega explores how to connect to the Microsoft Graph from Angular 2 and TypeScript. Richard starts with the Angular 2 quickstart template and gets it connecting to the the Microsoft Graph...
8788
.author
88-
img(src="/resources/images/bios/angular-gde-bio-placeholder.png")
89-
.posted Posted by <b>Ralph Wang</b>
89+
img(src="/resources/images/bios/shield-bio-placeholder.png")
90+
.posted Posted by <b>Richard diZerega</b>
9091

9192

9293
.grid-fluid.l-space-bottom-2.l-space-top-4

0 commit comments

Comments
 (0)