chore(news): update news page with recent blog posts
This commit is contained in:
parent
0e8d7afc08
commit
baef39a892
|
@ -6,32 +6,59 @@
|
|||
.grid-fluid
|
||||
.c6
|
||||
.article-card
|
||||
.date March 2, 2016
|
||||
.date March 16, 2016
|
||||
.title
|
||||
a(
|
||||
target="_blank"
|
||||
href="http://angularjs.blogspot.com/2016/03/hosting-inclusive-angular-events-ideas.html"
|
||||
) Hosting Inclusive Angular Events: Ideas from AngularConnect
|
||||
p We care a lot about making Angular's community inclusive and welcoming for everyone. Guest bloggers Vicky Carmichael and Ruth Yarnit are part of the White October Events team that co-organises AngularConnect...
|
||||
href="https://angularjs.blogspot.com/2016/03/angular-material-2-alpha-preview.html"
|
||||
) Angular Material 2: Alpha preview!
|
||||
p On Tuesday, we released angular2-material alpha.0 - titanium-octopus, kicking off the public availability of the initial set of Angular Material 2 components. What is Angular Material? The goal of the Angular Material...
|
||||
.author
|
||||
img(src="/resources/images/bios/naomi.jpg")
|
||||
.posted Posted by <b>Naomi Black</b>
|
||||
img(src="/resources/images/bios/jelbourn.jpg")
|
||||
.posted Posted by <b>Jeremy Elbourn</b>
|
||||
.c6
|
||||
.article-card
|
||||
.date February 3, 2016
|
||||
.date February 15, 2016
|
||||
.title
|
||||
a(
|
||||
target="_blank"
|
||||
href="http://angularjs.blogspot.com/2016/02/angular-2-templates-will-it-parse.html"
|
||||
) Angular 2 templates: Will it parse?
|
||||
p As part of the beta release, we eliminated the requirement for kebab-case in Angular templates and replaced them with case-sensitive names for attributes. This makes it easier for you to write Angular 2 templates...
|
||||
href="https://angularjs.blogspot.com/2016/03/why-angular-renders-components-with.html"
|
||||
) Advantages of Angular Templates
|
||||
p In modern web development, there are several techniques for building the components used by web applications. Angular's templates are authored using semantic HTML, encouraging a strong separation between...
|
||||
|
||||
.author
|
||||
img(src="/resources/images/bios/brad-green.jpg")
|
||||
.posted Posted by <b>Brad Green</b>
|
||||
img(src="/resources/images/bios/victor.jpg")
|
||||
.posted Posted by <b>Victor Savkin</b>
|
||||
.grid-fluid.l-space-bottom-2.l-space-top-4
|
||||
.c12.text-center
|
||||
h3.text-headline.text-uppercase Developer Community
|
||||
.clear
|
||||
|
||||
.grid-fluid
|
||||
.c6
|
||||
.article-card
|
||||
.date March 14, 2016
|
||||
.title
|
||||
a(
|
||||
target="_blank"
|
||||
href="http://blog.nbellocam.me/2016/03/14/asp-net-core-and-angular-2/"
|
||||
) ASP.NET Core and Angular 2
|
||||
p Writing web applications nowadays its becoming a bit more complex as the frameworks evolve taking advantage of other frameworks/tools. That’s the case of Angular 2 (which was developed using TypeScript) and...
|
||||
.author
|
||||
img(src="/resources/images/bios/shield-bio-placeholder.png")
|
||||
.posted Posted by <b>Nicolas Bello Camilletti</b>
|
||||
.c6
|
||||
.article-card
|
||||
.date March 12, 2016
|
||||
.title
|
||||
a(
|
||||
target="_blank"
|
||||
href="http://www.bennadel.com/blog/3047-creating-specialized-http-clients-in-angular-2-beta-8.htm"
|
||||
) Creating Specialized HTTP Clients In Angular 2 Beta 8
|
||||
p When I first started digging into Angular 2's Http client, I felt that a lot of the great Angular 1.x features were sorely missing. Features like automatic JSON (JavaScript Object Notation) parsing, request...
|
||||
.author
|
||||
img(src="/resources/images/bios/shield-bio-placeholder.png")
|
||||
.posted Posted by <b>Ben Nadel</b>
|
||||
.grid-fluid
|
||||
.c6
|
||||
.article-card
|
||||
|
@ -58,32 +85,6 @@
|
|||
img(src="/resources/images/bios/shield-bio-placeholder.png")
|
||||
.posted Posted by <b>Seven Lee</b>
|
||||
|
||||
.grid-fluid
|
||||
.c6
|
||||
.article-card
|
||||
.date February 19, 2016
|
||||
.title
|
||||
a(
|
||||
target="_blank"
|
||||
href="https://medium.com/google-developer-experts/angular-2-unit-testing-with-jasmine-defe20421584#.ptfd1gd5j"
|
||||
) Angular 2 — Unit Testing recipes
|
||||
p Angular 2 was designed with testability in mind as its predecessor and it provides multiple options to support Unit Testing. In this article we will show you how to setup Jasmine and write some common unit tests...
|
||||
.author
|
||||
img(src="/resources/images/bios/angular-gde-bio-placeholder.png")
|
||||
.posted Posted by <b>Gerard Sans</b>
|
||||
.c6
|
||||
.article-card
|
||||
.date February 18, 2016
|
||||
.title
|
||||
a(
|
||||
target="_blank"
|
||||
href="http://www.yearofmoo.com/2016/02/rendering-in-angular2.html"
|
||||
) Rendering in Angular2
|
||||
p Get an idea of how Angular2 internal rendering system works With the new design decisions that Angular2 has brought forth, the possibility of setting up a custom renderer to take on the UI responsibilities is...
|
||||
.author
|
||||
img(src="/resources/images/bios/matias.jpg")
|
||||
.posted Posted by <b>Matias Niemela</b>
|
||||
|
||||
.grid-fluid.l-space-bottom-2.l-space-top-4
|
||||
.c12.text-center
|
||||
h3.text-headline.text-uppercase Twitter
|
||||
|
|
Loading…
Reference in New Issue