|
37 | 37 | .grid-fluid
|
38 | 38 | .c6
|
39 | 39 | .article-card
|
40 |
| - .date March 14, 2016 |
| 40 | + .date March 21, 2016 |
41 | 41 | .title
|
42 | 42 | a(
|
43 | 43 | 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... |
47 | 47 | .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 | + |
50 | 51 | .c6
|
51 | 52 | .article-card
|
52 |
| - .date March 12, 2016 |
| 53 | + .date March 20, 2016 |
53 | 54 | .title
|
54 | 55 | a(
|
55 | 56 | 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... |
59 | 60 | .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 | + |
62 | 64 | .grid-fluid
|
63 | 65 | .c6
|
64 | 66 | .article-card
|
65 |
| - .date March 7, 2016 |
| 67 | + .date March 19, 2016 |
66 | 68 | .title
|
67 | 69 | a(
|
68 | 70 | 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... |
72 | 74 | .author
|
73 | 75 | 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 | + |
75 | 78 | .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> |
87 | 90 |
|
88 | 91 | .grid-fluid.l-space-bottom-2.l-space-top-4
|
89 | 92 | .c12.text-center
|
|
0 commit comments