Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 0b95826

Browse files
author
Naomi Black
committed
chore(news): Add a news update for december
1 parent 7429150 commit 0b95826

File tree

1 file changed

+33
-35
lines changed

1 file changed

+33
-35
lines changed

public/news.jade

Lines changed: 33 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,26 @@
66
.grid-fluid
77
.c6
88
.article-card
9-
.date Nov 2, 2016
9+
.date Dec 22, 2016
1010
.title
1111
a(
1212
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...
1616
.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>
1919

2020
.c6
2121
.article-card
22-
.date Oct 12, 2016
22+
.date Dec 20, 2016
2323
.title
2424
a(
2525
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...
2929
.author
3030
img(src="/resources/images/bios/stephenfluin.jpg")
3131
.posted Posted by <b>Stephen Fluin</b>
@@ -39,57 +39,55 @@
3939
.grid-fluid
4040
.c6
4141
.article-card
42-
.date Oct 30, 2016
42+
.date Dec 21, 2016
4343
.title
4444
a(
4545
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...
4949
.author
5050
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>
5352
.c6
5453
.article-card
55-
.date Oct 13, 2016
54+
.date Dec 12, 2016
5655
.title
5756
a(
5857
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....
6261
.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>
6764
.grid-fluid
6865
.c6
6966
.article-card
70-
.date Oct 13, 2016
67+
.date Dec 2, 2016
7168
.title
7269
a(
7370
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...
7774
.author
7875
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+
8078
.c6
8179
.article-card
82-
.date Oct 10, 2016
80+
.date Oct 30, 2016
8381
.title
8482
a(
8583
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....
8987
.author
9088
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+
9391

9492
.grid-fluid.l-space-bottom-2.l-space-top-4
9593
.c12.text-center

0 commit comments

Comments
 (0)