From 16b3c940dde5a85139bfb6acb7fd894e3a579d4d Mon Sep 17 00:00:00 2001 From: Naomi Black Date: Mon, 21 Mar 2016 22:50:37 -0700 Subject: [PATCH] news(3-21): add some new blog posts to the news page --- public/news.jade | 59 +++++++++++++++++++++++++----------------------- 1 file changed, 31 insertions(+), 28 deletions(-) diff --git a/public/news.jade b/public/news.jade index 7a7f9038d6..b803b89f3e 100644 --- a/public/news.jade +++ b/public/news.jade @@ -37,53 +37,56 @@ .grid-fluid .c6 .article-card - .date March 14, 2016 + .date March 21, 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... + href="http://blog.thoughtram.io/angular/2016/03/21/template-driven-forms-in-angular-2.html" + ) Template-driven Forms in Angular 2 + 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... .author - img(src="/resources/images/bios/shield-bio-placeholder.png") - .posted Posted by Nicolas Bello Camilletti + img(src="/resources/images/bios/pascalprecht.jpg") + .posted Posted by Pascal Precht + .c6 .article-card - .date March 12, 2016 + .date March 20, 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... + href="http://johnpapa.net/es5-es2015-typescript/" + ) Understanding ES5, ES2015 and TypeScript + 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... .author - img(src="/resources/images/bios/shield-bio-placeholder.png") - .posted Posted by Ben Nadel + img(src="/resources/images/bios/john-papa.jpg") + .posted Posted by John Papa + .grid-fluid .c6 .article-card - .date March 7, 2016 + .date March 19, 2016 .title a( target="_blank" - href="http://blog.ionic.io/angular-is-a-design-pattern/" - ) Angular is a Design Pattern - 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... + href="https://toddmotto.com/component-events-event-emitter-output-angular-2" + ) Component events with EventEmitter and "Output" in Angular 2 + 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... .author img(src="/resources/images/bios/shield-bio-placeholder.png") - .posted Posted by Max Lynch + .posted Posted by Todd Motto + .c6 - .article-card - .date March 6, 2016 - .title - a( - target="_blank" - href="https://medium.com/@SevenLee/configuration-tips-to-build-hybrid-angular-1-and-angular-2-project-in-real-world-230b715629dc#.jns6j8mqa" - ) Configuration Tips to build Hybrid Angular 1 and Angular 2 project in real world - 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... - .author - img(src="/resources/images/bios/shield-bio-placeholder.png") - .posted Posted by Seven Lee + .article-card + .date March 10, 2016 + .title + a( + target="_blank" + href="http://almerosteyn.com/2016/03/immutable-component-input-from-observable" + ) Angular2: Binding an observable to an immutable child component input. + 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... + .author + img(src="/resources/images/bios/shield-bio-placeholder.png") + .posted Posted by Almero Steyn .grid-fluid.l-space-bottom-2.l-space-top-4 .c12.text-center