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

Commit a5be02e

Browse files
committed
chore(news): freshen up news and events for april 7
1 parent 8bc3d2e commit a5be02e

File tree

2 files changed

+43
-59
lines changed

2 files changed

+43
-59
lines changed

public/events.jade

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,4 @@
11

2-
<!-- AngularJS Days -->
3-
.grid-fluid
4-
.c2.text-left
5-
h4 Mar. 21-23, 2016
6-
.c4.text-left
7-
h4 Munich, Germany
8-
.c4.text-left
9-
h4
10-
a(
11-
target="_blank"
12-
href="http://angularjs-days.de/"
13-
) AngularJS Days
14-
.grid-fluid
15-
.c10.text-center
16-
hr
17-
182
<!-- ng-conf -->
193
.grid-fluid
204
.c2.text-left

public/news.jade

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
44
.clear
55

66
.grid-fluid
7+
.c6
8+
.article-card
9+
.date March 30, 2016
10+
.title
11+
a(
12+
target="_blank"
13+
href="http://angularjs.blogspot.com/2016/03/code-reuse-in-angular-2-native-mobile.html"
14+
) Code Reuse in Angular 2 Native Mobile Apps with NativeScript
15+
p In this article, I'm going to show you how to create a single application with Angular 2 that can be rendered on the web, or rendered in a native mobile application with NativeScript. Here's what you can expect to learn...
16+
17+
.author
18+
img(src="/resources/images/bios/shield-bio-placeholder.png")
19+
.posted Guest posted by <b>Nathan Walker</b>
720
.c6
821
.article-card
922
.date March 16, 2016
@@ -16,77 +29,64 @@
1629
.author
1730
img(src="/resources/images/bios/jelbourn.jpg")
1831
.posted Posted by <b>Jeremy Elbourn</b>
19-
.c6
20-
.article-card
21-
.date February 15, 2016
22-
.title
23-
a(
24-
target="_blank"
25-
href="https://angularjs.blogspot.com/2016/03/why-angular-renders-components-with.html"
26-
) Advantages of Angular Templates
27-
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...
2832

29-
.author
30-
img(src="/resources/images/bios/victor.jpg")
31-
.posted Posted by <b>Victor Savkin</b>
3233
.grid-fluid.l-space-bottom-2.l-space-top-4
3334
.c12.text-center
3435
h3.text-headline.text-uppercase Developer Community
3536
.clear
36-
3737
.grid-fluid
3838
.c6
3939
.article-card
40-
.date March 21, 2016
40+
.date April 7, 2016
4141
.title
4242
a(
4343
target="_blank"
44-
href="http://blog.thoughtram.io/angular/2016/03/21/template-driven-forms-in-angular-2.html"
45-
) Template-driven Forms in Angular 2
46-
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...
44+
href="http://www.mediacurrent.com/blog/building-wundergroundcom-drupal-angular-2-challenge-1-how-bootstrap"
45+
) Building Wunderground.com with Drupal & Angular 2: How to Bootstrap
46+
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...
4747
.author
48-
img(src="/resources/images/bios/pascalprecht.jpg")
49-
.posted Posted by <b>Pascal Precht</b>
48+
img(src="/resources/images/bios/shield-bio-placeholder.png")
49+
.posted Posted by <b>Matt Davis</b>
5050

5151
.c6
5252
.article-card
53-
.date March 20, 2016
53+
.date April 5, 2016
5454
.title
5555
a(
5656
target="_blank"
57-
href="http://johnpapa.net/es5-es2015-typescript/"
58-
) Understanding ES5, ES2015 and TypeScript
59-
p What is the difference between ES5, ES2015 (formerly known as ES6), and TypeScript? Which should we learn and use? First, let’s create a foundation for our discussion for each of these. TypeScript is a superset of...
57+
href="http://blog.jetbrains.com/webstorm/2016/04/angular-2-workflow-in-webstorm/"
58+
) Angular 2 workflow in WebStorm
59+
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 ...
6060
.author
61-
img(src="/resources/images/bios/john-papa.jpg")
62-
.posted Posted by <b>John Papa</b>
63-
61+
img(src="/resources/images/bios/shield-bio-placeholder.png")
62+
.posted Posted by <b>Ekaterina Prigara</b>
6463
.grid-fluid
6564
.c6
6665
.article-card
67-
.date March 19, 2016
66+
.date March 21, 2016
6867
.title
6968
a(
7069
target="_blank"
71-
href="https://toddmotto.com/component-events-event-emitter-output-angular-2"
72-
) Component events with EventEmitter and "Output" in Angular 2
73-
p Angular 2 Components have a far better way of notifying parent Components that something has happened via events. There is no longer two-way data binding in Angular 2 in the same...
70+
href="http://blog.thoughtram.io/angular/2016/03/21/template-driven-forms-in-angular-2.html"
71+
) Template-driven Forms in Angular 2
72+
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...
7473
.author
75-
img(src="/resources/images/bios/shield-bio-placeholder.png")
76-
.posted Posted by <b>Todd Motto</b>
74+
img(src="/resources/images/bios/pascalprecht.jpg")
75+
.posted Posted by <b>Pascal Precht</b>
7776

7877
.c6
79-
.article-card
80-
.date March 10, 2016
81-
.title
82-
a(
83-
target="_blank"
84-
href="http://almerosteyn.com/2016/03/immutable-component-input-from-observable"
85-
) Angular2: Binding an observable to an immutable child component input.
86-
p Sometimes it is the simple things that can cost you hours when looking at new technology. For me it was creating an asynchronous binding in Angular2. I wanted to create a re-usable child component that would...
87-
.author
88-
img(src="/resources/images/bios/shield-bio-placeholder.png")
89-
.posted Posted by <b>Almero Steyn</b>
78+
.article-card
79+
.date March 21, 2016
80+
.title
81+
a(
82+
target="_blank"
83+
href="https://www.mediacurrent.com/blog/blog-series-weather-underground-angular-2-introduction"
84+
) Building Wunderground.com with Drupal & Angular 2: An Introduction
85+
p For the wunderground.com project, our mandate was to use the same Drupal 7 platform originally built for weather.com. [...] instead of starting a new project using Angular 1...
86+
.author
87+
img(src="/resources/images/bios/shield-bio-placeholder.png")
88+
.posted Posted by <b>Matt Davis</b>
89+
9090

9191
.grid-fluid.l-space-bottom-2.l-space-top-4
9292
.c12.text-center

0 commit comments

Comments
 (0)