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

Commit d3cad18

Browse files
committed
chore(news): add some post-ng-conf news to the site
1 parent e7bccba commit d3cad18

File tree

1 file changed

+22
-23
lines changed

1 file changed

+22
-23
lines changed

public/news.jade

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -38,57 +38,56 @@
3838
.grid-fluid
3939
.c6
4040
.article-card
41-
.date April 7, 2016
41+
.date May 13, 2016
4242
.title
4343
a(
4444
target="_blank"
45-
href="http://www.mediacurrent.com/blog/building-wundergroundcom-drupal-angular-2-challenge-1-how-bootstrap"
46-
) Building Wunderground.com with Drupal & Angular 2: How to Bootstrap
47-
p One of our first big concerns was how to bootstrap our components into an app. This is problematic because we don’t only render angular components on the page, we also allow regular Drupal-rendered panes...
45+
href="http://blog.thoughtram.io/angular/2016/05/13/angular-2-providers-using-map-literals.html"
46+
) Angular 2 Providers using Map Literals
47+
p Defining providers in Angular 2 is pretty easy and straight forward. Another, shorter syntax makes creating providers even more enjoyable. In this article we take a look at how to create providers using map literals...
4848
.author
49-
img(src="/resources/images/bios/shield-bio-placeholder.png")
50-
.posted Posted by <b>Matt Davis</b>
49+
img(src="/resources/images/bios/pascalprecht.jpg")
50+
.posted Posted by <b>Pascal Precht</b>
5151

5252
.c6
5353
.article-card
54-
.date April 5, 2016
54+
.date May 10, 2016
5555
.title
5656
a(
5757
target="_blank"
58-
href="http://blog.jetbrains.com/webstorm/2016/04/angular-2-workflow-in-webstorm/"
59-
) Angular 2 workflow in WebStorm
58+
href="https://medium.com/@richavyas/aha-moments-from-ngconf-2016-part-1-angular-2-0-compile-cycle-6f462f68632e#.ch4tad4ou"
59+
) Aha Moments from ngconf 2016 Part 1: Angular 2.0 Compile Cycle
6060
p WebStorm can be a great playground for your new Angular 2 applications. In this blog post we’d like to share with you some tips and tricks that we hope you’ll find useful ...
6161
.author
6262
img(src="/resources/images/bios/shield-bio-placeholder.png")
63-
.posted Posted by <b>Ekaterina Prigara</b>
63+
.posted Posted by <b>Richa Vyas</b>
6464
.grid-fluid
6565
.c6
6666
.article-card
67-
.date April 5, 2016
67+
.date May 9, 2016
6868
.title
6969
a(
7070
target="_blank"
71-
href="http://m12.io/blog/we-launched-angular-2-project"
72-
) After six months of development we launched on Angular 2
73-
p This article is about why and how we came up with the idea of using Angular 2 as a foundation for our web project [...]. Hopefully, for some of us, it will serve as an encouragement...
71+
href="https://scotch.io/bar-talk/the-best-news-from-angulars-ng-conf-2016"
72+
) The Best News from Angular’s ng-conf 2016
73+
p ng-conf 2016 in Salt Lake City brought a lot of incredible announcements. Just like last year, let's recap the announcements and takeaways from this year's ng-conf...
7474
.author
7575
img(src="/resources/images/bios/shield-bio-placeholder.png")
76-
.posted Posted by <b>Marcin Ryzycki</b>
77-
76+
.posted Posted by <b>Chris Sevilleja</b>
77+
7878
.c6
7979
.article-card
80-
.date March 21, 2016
80+
.date May 6, 2016
8181
.title
8282
a(
8383
target="_blank"
84-
href="http://blog.thoughtram.io/angular/2016/03/21/template-driven-forms-in-angular-2.html"
85-
) Template-driven Forms in Angular 2
86-
p Angular comes with three different ways of building forms in our applications. There’s the template-driven approach which allows us to build forms with very little to none application code required, then...
84+
href="https://www.joaogarin.com/blog/building-desktop-apps-with-angular2-and-electron"
85+
) Building Desktop Apps with Angular2 and Electron
86+
p Electron is a great open source tool from Github that allows you to leverage your Javascript skills to build Desktop apps for MacOS, Windows and Linux systems...
8787
.author
88-
img(src="/resources/images/bios/pascalprecht.jpg")
89-
.posted Posted by <b>Pascal Precht</b>
88+
img(src="/resources/images/bios/shield-bio-placeholder.png")
89+
.posted Posted by <b>Joao Garin</b>
9090

91-
9291
.grid-fluid.l-space-bottom-2.l-space-top-4
9392
.c12.text-center
9493
h3.text-headline.text-uppercase Twitter

0 commit comments

Comments
 (0)