news(3-21): add some new blog posts to the news page
This commit is contained in:
parent
d02d098339
commit
16b3c940dd
|
@ -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 <b>Nicolas Bello Camilletti</b>
|
||||
img(src="/resources/images/bios/pascalprecht.jpg")
|
||||
.posted Posted by <b>Pascal Precht</b>
|
||||
|
||||
.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 <b>Ben Nadel</b>
|
||||
img(src="/resources/images/bios/john-papa.jpg")
|
||||
.posted Posted by <b>John Papa</b>
|
||||
|
||||
.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 <b>Max Lynch</b>
|
||||
.posted Posted by <b>Todd Motto</b>
|
||||
|
||||
.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 <b>Seven Lee</b>
|
||||
.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 <b>Almero Steyn</b>
|
||||
|
||||
.grid-fluid.l-space-bottom-2.l-space-top-4
|
||||
.c12.text-center
|
||||
|
|
Loading…
Reference in New Issue