8000 news(3-21): add some new blog posts to the news page · rusongyu/angular.io@16b3c94 · GitHub
[go: up one dir, main page]

Skip to content

Commit 16b3c94

Browse files
committed
news(3-21): add some new blog posts to the news page
1 parent d02d098 commit 16b3c94

File tree

1 file changed

+31
-28
lines changed

1 file changed

+31
-28
lines changed

public/news.jade

Lines changed: 31 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -37,53 +37,56 @@
3737
.grid-fluid
3838
.c6
3939
.article-card
40-
.date March 14, 2016
40+
.date March 21, 2016
4141
.title
4242
a(
4343
target="_blank"
44-
href="http://blog.nbellocam.me/2016/03/14/asp-net-core-and-angular-2/"
45-
) ASP.NET Core and Angular 2
46-
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...
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...
4747
.author
48-
img(src="/resources/images/bios/shield-bio-placeholder.png")
49-
.posted Posted by <b>Nicolas Bello Camilletti</b>
48+
img(src="/resources/images/bios/pascalprecht.jpg")
49+
.posted Posted by <b>Pascal Precht</b>
50+
5051
.c6
5152
.article-card
52-
.date March 12, 2016
53+
.date March 20, 2016
5354
.title
5455
a(
5556
target="_blank"
56-
href="http://www.bennadel.com/blog/3047-creating-specialized-http-clients-in-angular-2-beta-8.htm"
57-
) Creating Specialized HTTP Clients In Angular 2 Beta 8
58-
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...
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...
5960
.author
60-
img(src="/resources/images/bios/shield-bio-placeholder.png")
61-
.posted Posted by <b>Ben Nadel</b>
61+
img(src="/resources/images/bios/john-papa.jpg")
62+
.posted Posted by <b>John Papa</b>
63+
6264
.grid-fluid
6365
.c6
6466
.article-card
65-
.date March 7, 2016
67+
.date March 19, 2016
6668
.title
6769
a(
6870
target="_blank"
69-
href="http://blog.ionic.io/angular-is-a-design-pattern/"
70-
) Angular is a Design Pattern
71-
p With Angular 2.0 fast approaching and the world of frontend frameworks in a massive transition, there’s been a lot of concern about the impending costs of moving to the next generation of Angular. Do developers have to learn...
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...
7274
.author
7375
img(src="/resources/images/bios/shield-bio-placeholder.png")
74-
.posted Posted by <b>Max Lynch</b>
76+
.posted Posted by <b>Todd Motto</b>
77+
7578
.c6
76-
.article-card
77-
.date March 6, 2016
78-
.title
79-
a(
80-
target="_blank"
81-
href="https://medium.com/@SevenLee/configuration-tips-to-build-hybrid-angular-1-and-angular-2-project-in-real-world-230b715629dc#.jns6j8mqa"
82-
) Configuration Tips to build Hybrid Angular 1 and Angular 2 project in real world
83-
p Angular 2 official site provided [...] magical, awesome quick start. But I think there are some tips for building up hybrid Angular web app successfully in real world. Here I would like to share my build up experience...
84-
.author
85-
img(src="/resources/images/bios/shield-bio-placeholder.png")
86-
.posted Posted by <b>Seven Lee</b>
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>
8790

8891
.grid-fluid.l-space-bottom-2.l-space-top-4
8992
.c12.text-center

0 commit comments

Comments
 (0)
0