chore(news): add blog post on zones

This commit is contained in:
Naomi Black 2016-02-01 14:05:57 -08:00
parent 7e198e5383
commit 4c0a2a3b83
1 changed files with 14 additions and 14 deletions

View File

@ -34,6 +34,18 @@
.clear .clear
.grid-fluid.l-space-bottom-2.l-space-top-4 .grid-fluid.l-space-bottom-2.l-space-top-4
.c6
.article-card
.date February 1, 2016
.title
a(
target="_blank"
href="http://blog.thoughtram.io/angular/2016/02/01/zones-in-angular-2.html"
) Zones in Angular 2
p In Understanding Zones, we explored the power of Zones by building a profiling zone that profiles asynchronous operations in our code. We learned that Zones are a sort of execution context that allows us to hook into...
.author
img(src="/resources/images/bios/angular-gde-bio-placeholder.png")
.posted Posted by <b>Pascal Precht</b>
.c6 .c6
.article-card .article-card
.date January 6, 2016 .date January 6, 2016
@ -46,6 +58,7 @@
.author .author
img(src="/resources/images/bios/shield-bio-placeholder.png") img(src="/resources/images/bios/shield-bio-placeholder.png")
.posted Posted by <b>Christoph Burgdorf</b> .posted Posted by <b>Christoph Burgdorf</b>
.grid-fluid.l-space-bottom-4
.c6 .c6
.article-card .article-card
.date December 30, 2015 .date December 30, 2015
@ -58,7 +71,6 @@
.author .author
img(src="/resources/images/bios/angular-gde-bio-placeholder.png") img(src="/resources/images/bios/angular-gde-bio-placeholder.png")
.posted Posted by <b>Gerard Sans</b> .posted Posted by <b>Gerard Sans</b>
.grid-fluid.l-space-bottom-4
.c6 .c6
.article-card .article-card
.date December 17, 2015 .date December 17, 2015
@ -70,16 +82,4 @@
p Dans ce dernier épisode, nous allons voir comment des patrons de conception tels que le Module Pattern ou lObserver sont utilisés dans AngularJS. Cet article fait partie dune série darticles consacrés à... p Dans ce dernier épisode, nous allons voir comment des patrons de conception tels que le Module Pattern ou lObserver sont utilisés dans AngularJS. Cet article fait partie dune série darticles consacrés à...
.author .author
img(src="/resources/images/bios/angular-gde-bio-placeholder.png") img(src="/resources/images/bios/angular-gde-bio-placeholder.png")
.posted Posted by <b>Wassim Chegham</b> .posted Posted by <b>Wassim Chegham</b>
.c6
.article-card
.date November 23, 2015
.title
a(
target="_blank"
href="http://blog.thoughtram.io/angular2/2015/11/23/multi-providers-in-angular-2.html"
) Multi Providers in Angular 2
p The new dependency injection system in Angular 2 comes with a feature called “Multi Providers” that basically enable us, the consumer of the platform, to hook into certain operations and plug in custom functionality...
.author
img(src="/resources/images/bios/angular-gde-bio-placeholder.png")
.posted Posted by <b>Pascal Precht</b>