|
6 | 6 | .grid-fluid
|
7 | 7 | .c6
|
8 | 8 | .article-card
|
9 |
| - .date Nov 2, 2016 |
| 9 | + .date Dec 22, 2016 |
10 | 10 | .title
|
11 | 11 | a(
|
12 | 12 | target="_blank"
|
13 |
| - href="http://angularjs.blogspot.ca/2016/11/easy-angular-authentication-with-json.html" |
14 |
| - ) Easy Angular Authentication with JSON Web Tokens |
15 |
| - p Stateless authentication is a great fit for Angular apps. In this post, guest-blogger Ryan Chenkie from Auth0 talks about implementing it using JSON Web Tokens.... |
| 13 | + href="http://angularjs.blogspot.com/2016/12/angular-material-beta-release-new-flex.html" |
| 14 | + ) Angular Material Beta Release, New Flex-Layout library |
| 15 | + p In March, we gave you a first preview of the new Angular Material components. Today's beta release of @angular/material includes... |
16 | 16 | .author
|
17 |
| - img(src="/resources/images/bios/shield-bio-placeholder.png") |
18 |
| - .posted Posted by <b>Ryan Chenkie</b> |
| 17 | + img(src="/resources/images/bios/jelbourn.jpg") |
| 18 | + .posted Posted by <b>Jeremy Elbourn</b> |
19 | 19 |
|
20 | 20 | .c6
|
21 | 21 | .article-card
|
22 |
| - .date Oct 12, 2016 |
| 22 | + .date Dec 20, 2016 |
23 | 23 | .title
|
24 | 24 | a(
|
25 | 25 | target="_blank"
|
26 |
| - href="http://angularjs.blogspot.com/2016/10/angular-210-now-available.html" |
27 |
| - ) Angular 2.1.0 Now Available |
28 |
| - p Angular version 2.1.0 - incremental-metamorphosis - is a minor release following our announced adoption of Semantic Versioning... |
| 26 | + href="http://angularjs.blogspot.com/2016/12/angular-240-now-available.html" |
| 27 | + ) Angular 2.4.0 Now Available |
| 28 | + p Angular version 2.4.0 - stability-interjection - is now available. This is a minor release, meaning that it contains no breaking changes and that it is a drop-in replacement for 2.x.x... |
29 | 29 | .author
|
30 | 30 | img(src="/resources/images/bios/stephenfluin.jpg")
|
31 | 31 | .posted Posted by <b>Stephen Fluin</b>
|
|
39 | 39 | .grid-fluid
|
40 | 40 | .c6
|
41 | 41 | .article-card
|
42 |
| - .date Oct 30, 2016 |
| 42 | + .date Dec 21, 2016 |
43 | 43 | .title
|
44 | 44 | a(
|
45 | 45 | target="_blank"
|
46 |
| - href="https://www.thepolyglotdeveloper.com/2016/10/use-pre-populated-sqlite-database-nativescript-angular-2/" |
47 |
| - ) Use A Pre-Populated SQLite Database With NativeScript And Angular 2 |
48 |
| - p I figured it would be a good idea to demonstrate how to ship a NativeScript Angular 2 application with a pre-filled SQLite database rather than populating it on-the-fly.... |
| 46 | + href="https://blog.nrwl.io/angular-is-aot-worth-it-8fa02eaf64d4" |
| 47 | + ) Angular: Is AOT Worth It? |
| 48 | + p With the AOT compiler, Angular apps can be built to not require much of the compiler, change detection, or dependency injection systems at runtime. This leads to a significantly smaller... |
49 | 49 | .author
|
50 | 50 | img(src="/resources/images/bios/shield-bio-placeholder.png")
|
51 |
| - .posted Posted by <b>Nic Raboy</b> |
52 |
| - |
| 51 | + .posted Posted by <b>Jeff Cross</b> |
53 | 52 | .c6
|
54 | 53 | .article-card
|
55 |
| - .date Oct 13, 2016 |
| 54 | + .date Dec 12, 2016 |
56 | 55 | .title
|
57 | 56 | a(
|
58 | 57 | target="_blank"
|
59 |
| - href="http://blog.thoughtram.io/angular/2016/10/13/two-way-data-binding-in-angular-2.html" |
60 |
| - ) Two-way Data Binding in Angular 2 |
61 |
| - p If there was one feature in Angular that made us go “Wow”, then it was probably its two-way data binding system. Changes in the application state have been automagically reflected into the view... |
| 58 | + href="https://scotch.io/tutorials/server-side-rendering-in-angular-2-with-angular-universal" |
| 59 | + ) Server-Side Rendering in Angular 2 with Angular Universal |
| 60 | + p Render your applications on the server for many benefits.... |
62 | 61 | .author
|
63 |
| - img(src="/resources/images/bios/angular-gde-bio-placeholder.png") |
64 |
| - .posted Posted by <b>Pascal Precht</b> |
65 |
| - |
66 |
| - |
| 62 | + img(src="/resources/images/bios/shield-bio-placeholder.png") |
| 63 | + .posted Posted by <b>Chris Nwamba</b> |
67 | 64 | .grid-fluid
|
68 | 65 | .c6
|
69 | 66 | .article-card
|
70 |
| - .date Oct 13, 2016 |
| 67 | + .date Dec 2, 2016 |
71 | 68 | .title
|
72 | 69 | a(
|
73 | 70 | target="_blank"
|
74 |
| - href="http://www.upway2late.com/#/blogs/angular2-cli-and-dot-net-core" |
75 |
| - ) Using the Angular 2 CLI with .NET Core 1.0 and Visual Studio 2015 |
76 |
| - p This web site was most recently written in Angular 2, when Angular 2 was still in beta. I have rewritten it now that Angular 2 is RTM, using Angular CLI Beta 15. The site now also uses .NET Core... |
| 71 | + href="https://www.nativescript.org/blog/optimizing-app-loading-time-with-angular-2-lazy-loading" |
| 72 | + ) Optimizing app loading time with Angular 2 Lazy Loading |
| 73 | + p When you develop mobile applications you should always be alert on the performance and always optimize. In this blog post I will walk you through a very effective pattern... |
77 | 74 | .author
|
78 | 75 | img(src="/resources/images/bios/shield-bio-placeholder.png")
|
79 |
| - .posted Posted by <b>James Katic</b> |
| 76 | + .posted Posted by <b>Stanimira Vlaeva</b> |
| 77 | + |
80 | 78 | .c6
|
81 | 79 | .article-card
|
82 |
| - .date Oct 10, 2016 |
| 80 | + .date Oct 30, 2016 |
83 | 81 | .title
|
84 | 82 | a(
|
85 | 83 | target="_blank"
|
86 |
| - href="http://www.creativebloq.com/how-to/build-a-material-design-app-with-angular-2" |
87 |
| - ) Build a Material Design app with Angular 2 |
88 |
| - p This walkthrough reveals how to create a DialogComponent and to-do app with Angular Material and the Angular CLI... |
| 84 | + href="https://www.thepolyglotdeveloper.com/2016/10/use-pre-populated-sqlite-database-nativescript-angular-2/" |
| 85 | + ) Use A Pre-Populated SQLite Database With NativeScript And Angular 2 |
| 86 | + p I figured it would be a good idea to demonstrate how to ship a NativeScript Angular 2 application with a pre-filled SQLite database rather than populating it on-the-fly.... |
89 | 87 | .author
|
90 | 88 | img(src="/resources/images/bios/shield-bio-placeholder.png")
|
91 |
| - .posted Posted by <b>Daniel Zen</b> |
92 |
| - |
| 89 | + .posted Posted by <b>Nic Raboy</b> |
| 90 | + |
93 | 91 |
|
94 | 92 | .grid-fluid.l-space-bottom-2.l-space-top-4
|
95 | 93 | .c12.text-center
|
|
0 commit comments