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

Commit 509cae5

Browse files
committed
news(june30): updates to the news page for the week of june 30
1 parent 19d2e4e commit 509cae5

File tree

1 file changed

+25
-24
lines changed

1 file changed

+25
-24
lines changed

public/news.jade

Lines changed: 25 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -38,56 +38,57 @@
3838
.grid-fluid
3939
.c6
4040
.article-card
41-
.date June 14, 2016
41+
.date June 30, 2016
4242
.title
4343
a(
4444
target="_blank"
45-
href="http://blog.thoughtram.io/angular/2016/06/14/routing-in-angular-2-revisited.html"
46-
) Routing in Angular 2 Revisited
47-
p Just recently, the Angular team announced yet another version of the new router. Take a first look at the new and better APIs, touching on the most common scenarios...
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....
4848
.author
49-
img(src="/resources/images/bios/pascalprecht.jpg")
50-
.posted Posted by <b>Pascal Precht</b>
49+
img(src="/resources/images/bios/shield-bio-placeholder.png")
50+
.posted Posted by <b>Ben Nadel</b>
5151

5252
.c6
5353
.article-card
54-
.date June 13, 2016
54+
.date June 29, 2016
5555
.title
5656
a(
5757
target="_blank"
58-
href="https://toddmotto.com/rewriting-angular-styleguide-angular-2"
59-
) A new Angular 1.x ES2015 styleguide, the path to Angular 2
60-
p Angular 1.x has changed vastly since the original styleguide, and ES6/ES2015 has now become a defacto standard. The new styleguide focuses on using ES2015, offering recommendations on tooling to use it today...
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...
6161
.author
6262
img(src="/resources/images/bios/shield-bio-placeholder.png")
63-
.posted Posted by <b>Todd Motto</b>
63+
.posted Posted by <b>Richard diZerega</b>
6464
.grid-fluid
6565
.c6
6666
.article-card
67-
.date June 9, 2016
67+
.date June 26, 2016
6868
.title
6969
a(
7070
target="_blank"
71-
href="https://medium.com/@urish/building-simon-with-angular2-iot-fceb78bb18e5"
72-
) Building Simon with Angular2-IoT
73-
p I thought it would be fun to see if I could make the same [Angular 2] control/logic code for both a web application and a physical, “Internet of Things” device....
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!.
7474
.author
75-
img(src="/resources/images/bios/angular-gde-bio-placeholder.png")
76-
.posted Posted by <b>Uri Shaked</b>
75+
img(src="/resources/images/bios/shield-bio-placeholder.png")
76+
.posted Posted by <b>Minko Gechev</b>
7777

7878
.c6
7979
.article-card
80-
.date June 8, 2016
80+
.date June 14, 2016
8181
.title
8282
a(
8383
target="_blank"
84-
href="http://blog.thoughtram.io/angular/2016/06/08/component-relative-paths-in-angular-2.html"
85-
) Component-Relative Paths in Angular 2
86-
p Component-based development is Angular 2’s most-loved feature. By now you should be familiar with using the @Component decorators to create components.\...
84+
href="http://blog.thoughtram.io/angular/2016/06/14/routing-in-angular-2-revisited.html"
85+
) Routing in Angular 2 Revisited
86+
p Just recently, the Angular team announced yet another version of the new router. Take a first look at the new and better APIs, touching on the most common scenarios...
8787
.author
88-
img(src="/resources/images/bios/thomas.jpg")
89-
.posted Posted by <b>Thomas Burleson</b>
90-
88+
img(src="/resources/images/bios/pascalprecht.jpg")
89+
.posted Posted by <b>Pascal Precht</b>
90+
91+
9192
.grid-fluid.l-space-bottom-2.l-space-top-4
9293
.c12.text-center
9394
h3.text-headline.text-uppercase Twitter

0 commit comments

Comments
 (0)