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

Commit 920b442

Browse files
committed
chore(news): update news content
1 parent bb4e58c commit 920b442

File tree

3 files changed

+58
-33
lines changed

3 files changed

+58
-33
lines changed

public/news.jade

Lines changed: 58 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -6,56 +6,81 @@
66
.grid-fluid
77
.c6
88
.article-card
9-
.date December 8, 2015
10-
.title Building Mobile Apps with Angular 2 and NativeScript
11-
p Hi! I’m TJ from the NativeScript team at Telerik. We’ve been working with the Angular team for the greater part of this year to integrate Angular 2 into NativeScript, which together let you write native iOS and Android apps using your existing web and Angular...
12-
img(src="/resources/images/bios/brad-green.jpg")
13-
.posted Posted by <b>Brad Green</b>
9+
.date January 11, 2016
10+
.title
11+
a(
12+
target="_blank"
13+
href="http://angularjs.blogspot.com/2016/01/angular-2-mit-open-source-licensed.html"
14+
) Angular 2: an MIT Open Source Licensed Framework
15+
p As of beta.2 this week, we're moving Angular 2, its related libraries, and any code snippets and examples to the MIT license. Open source licenses are meant to protect developers by making it clear how code can be used. We want developers to be confident that they can use, fork...
16+
img(src="/resources/images/bios/naomi.jpg")
17+
.posted Posted by <b>Naomi Black</b>
1418
.c6
1519
.article-card
16-
.date November 30, 2015
17-
.title How Google Uses Angular 2 with Dart
18-
p Google is always busy building new web apps, and recently a lot of that development is using Angular 2 for Dart. Just last week, the Google Fiber team launched Google’s first production Angular 2 app, written in Dart. Take a look at their just-launched Angular 2 for Dart app.
20+
.date December 15, 2015
21+
.title
22+
a(
23+
target="_blank"
24+
href="http://angularjs.blogspot.com/2015/12/angular-2-beta.html"
25+
) Angular 2 Beta
26+
p We're ecstatic to announce that we've reached Angular 2 Beta. You can read about many of the improvements over Angular 1 in a recent post. Get started learning Angular 2 now at angular.io. What does 'beta' mean? Beta means we're now confident that most developers can be successful building large applications using Angular 2....
27+
1928
.author
20-
img(src="/resources/images/bios/brian-ford.jpg")
21-
.posted Posted by <b>Brian Ford</b>
29+
img(src="/resources/images/bios/brad-green.jpg")
30+
.posted Posted by <b>Brad Green</b>
2231

2332
.grid-fluid.l-space-top-6
2433
.c12.text-center
25-
h3.text-headline.text-uppercase From Angular Developer Experts
34+
h3.text-headline.text-uppercase From Our Developer Community
2635
.clear
27-
36+
2837
.grid-fluid.l-space-bottom-2.l-space-top-4
2938
.c6
3039
.article-card
31-
.date November 19, 2015
32-
.title VS Code Angular Snippets
33-
p Visual Studio Code Beta is available and it supports extensions! I published my first 2 extensions for creating Angular 1 and 2 snippets. You can grab these from the marketplace or right from VS Code.
40+
.date January 6, 2016
41+
.title
42+
a(
43+
target="_blank"
44+
href="http://blog.thoughtram.io/angular/2016/01/06/taking-advantage-of-observables-in-angular2.html"
45+
) Taking advantage of Observables in Angular 2
46+
p Some people seem to be confused why Angular 2 seems to favor the Observable abstraction over the Promise abstraction when it comes to dealing with async behavior. There are pretty good resources about the difference between Observables and Promises already out there.
3447
.author
35-
img(src="/resources/images/bios/john-papa.jpg")
36-
.posted Posted by <b>John Papa</b>
48+
img(src="/resources/images/bios/shield-bio-placeholder.png")
49+
.posted Posted by <b>Christoph Burgdorf</b>
3750
.c6
3851
.article-card
39-
.date April 4, 2015
40-
.title Angular 2 singleton service
41-
p Angular 2 is out and everybody is creating some tutorials about how to start playing with it and I must say this... it’s terribly funny!
52+
.date December 30, 2015
53+
.title
54+
a(
55+
target="_blank"
56+
href="https://medium.com/google-developer-experts/angular-2-introduction-to-redux-1cf18af27e6e#.fs370dms1"
57+
) Angular 2 — Introduction to Redux
58+
p How to use Redux in Angular 2 Applications. Redux, now in version 3, has been around less than a year but it has proved very successful. Inspired by Flux and Elm, is used to handle Application state and bind it to the User Interface in a very effective way. Redux also enables cool features
4259
.author
43-
img(src="/resources/images/bios/patrick-stapleton.jpg")
44-
.posted Posted by <b>Patrick Stapleton</b>
45-
.grid-fluid.l-space-bottom-4
60+
img(src="/resources/images/bios/angular-gde-bio-placeholder.png")
61+
.posted Posted by <b>Gerard Sans</b>
62+
.grid-fluid.l-space-bottom-4
4663
.c6
4764
.article-card
48-
.date October 25, 2015
49-
.title Integrating Web Components with AngularJS
50-
p Just a few days ago I had the honour to give a talk together with the awesome Carmen at the first european AngularJS conference ngEurope.
65+
.date December 17, 2015
66+
.title
67+
a(
68+
target="_blank"
69+
href="http://wassimchegham.com/blog/angularjs-explique-en-patrons-de-conception-design-pattern-episode-6-module-data-mapper-observer-service"
70+
) AngularJS expliqué en patrons de conception
71+
p Dans ce dernier épisode, nous allons voir comment des patrons de conception tels que le Module Pattern ou l’Observer sont utilisés dans AngularJS. Cet article fait partie d’une série d’articles consacrés à l’utilisation des patrons de conceptions par et dans les composants d’AngularJS...
5172
.author
52-
img(src="/resources/images/bios/pascalprecht.jpg")
53-
.posted Posted by <b>Pascal Precht</b>
73+
img(src="/resources/images/bios/angular-gde-bio-placeholder.png")
74+
.posted Posted by <b>Wassim Chegham</b>
5475
.c6
5576
.article-card
56-
.date November 19, 2015
57-
.title VS Code Angular Snippets
58-
p Visual Studio Code Beta is available and it supports extensions! I published my first 2 extensions for creating Angular 1 and 2 snippets. You can grab these from the marketplace or right from VS Code.
77+
.date November 23, 2015
78+
.title
79+
a(
80+
target="_blank"
81+
href="http://blog.thoughtram.io/angular2/2015/11/23/multi-providers-in-angular-2.html"
82+
) Multi Providers in Angular 2
83+
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 we might need in our application
5984
.author
60-
img(src="/resources/images/bios/john-papa.jpg")
61-
.posted Posted by <b>John Papa</b>
85+
img(src="/resources/images/bios/angular-gde-bio-placeholder.png")
86+
.posted Posted by <b>Pascal Precht</b>
Loading
Loading

0 commit comments

Comments
 (0)