chore(news): Add a news update for december
This commit is contained in:
parent
7429150632
commit
0b95826e79
100
public/news.jade
100
public/news.jade
|
@ -6,26 +6,26 @@
|
|||
.grid-fluid
|
||||
.c6
|
||||
.article-card
|
||||
.date Nov 2, 2016
|
||||
.date Dec 22, 2016
|
||||
.title
|
||||
a(
|
||||
target="_blank"
|
||||
href="http://angularjs.blogspot.ca/2016/11/easy-angular-authentication-with-json.html"
|
||||
) Easy Angular Authentication with JSON Web Tokens
|
||||
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....
|
||||
href="http://angularjs.blogspot.com/2016/12/angular-material-beta-release-new-flex.html"
|
||||
) Angular Material Beta Release, New Flex-Layout library
|
||||
p In March, we gave you a first preview of the new Angular Material components. Today's beta release of @angular/material includes...
|
||||
.author
|
||||
img(src="/resources/images/bios/shield-bio-placeholder.png")
|
||||
.posted Posted by <b>Ryan Chenkie</b>
|
||||
img(src="/resources/images/bios/jelbourn.jpg")
|
||||
.posted Posted by <b>Jeremy Elbourn</b>
|
||||
|
||||
.c6
|
||||
.article-card
|
||||
.date Oct 12, 2016
|
||||
.date Dec 20, 2016
|
||||
.title
|
||||
a(
|
||||
target="_blank"
|
||||
href="http://angularjs.blogspot.com/2016/10/angular-210-now-available.html"
|
||||
) Angular 2.1.0 Now Available
|
||||
p Angular version 2.1.0 - incremental-metamorphosis - is a minor release following our announced adoption of Semantic Versioning...
|
||||
href="http://angularjs.blogspot.com/2016/12/angular-240-now-available.html"
|
||||
) Angular 2.4.0 Now Available
|
||||
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...
|
||||
.author
|
||||
img(src="/resources/images/bios/stephenfluin.jpg")
|
||||
.posted Posted by <b>Stephen Fluin</b>
|
||||
|
@ -37,6 +37,44 @@
|
|||
.clear
|
||||
|
||||
.grid-fluid
|
||||
.c6
|
||||
.article-card
|
||||
.date Dec 21, 2016
|
||||
.title
|
||||
a(
|
||||
target="_blank"
|
||||
href="https://blog.nrwl.io/angular-is-aot-worth-it-8fa02eaf64d4"
|
||||
) Angular: Is AOT Worth It?
|
||||
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...
|
||||
.author
|
||||
img(src="/resources/images/bios/shield-bio-placeholder.png")
|
||||
.posted Posted by <b>Jeff Cross</b>
|
||||
.c6
|
||||
.article-card
|
||||
.date Dec 12, 2016
|
||||
.title
|
||||
a(
|
||||
target="_blank"
|
||||
href="https://scotch.io/tutorials/server-side-rendering-in-angular-2-with-angular-universal"
|
||||
) Server-Side Rendering in Angular 2 with Angular Universal
|
||||
p Render your applications on the server for many benefits....
|
||||
.author
|
||||
img(src="/resources/images/bios/shield-bio-placeholder.png")
|
||||
.posted Posted by <b>Chris Nwamba</b>
|
||||
.grid-fluid
|
||||
.c6
|
||||
.article-card
|
||||
.date Dec 2, 2016
|
||||
.title
|
||||
a(
|
||||
target="_blank"
|
||||
href="https://www.nativescript.org/blog/optimizing-app-loading-time-with-angular-2-lazy-loading"
|
||||
) Optimizing app loading time with Angular 2 Lazy Loading
|
||||
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...
|
||||
.author
|
||||
img(src="/resources/images/bios/shield-bio-placeholder.png")
|
||||
.posted Posted by <b>Stanimira Vlaeva</b>
|
||||
|
||||
.c6
|
||||
.article-card
|
||||
.date Oct 30, 2016
|
||||
|
@ -49,47 +87,7 @@
|
|||
.author
|
||||
img(src="/resources/images/bios/shield-bio-placeholder.png")
|
||||
.posted Posted by <b>Nic Raboy</b>
|
||||
|
||||
.c6
|
||||
.article-card
|
||||
.date Oct 13, 2016
|
||||
.title
|
||||
a(
|
||||
target="_blank"
|
||||
href="http://blog.thoughtram.io/angular/2016/10/13/two-way-data-binding-in-angular-2.html"
|
||||
) Two-way Data Binding in Angular 2
|
||||
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...
|
||||
.author
|
||||
img(src="/resources/images/bios/angular-gde-bio-placeholder.png")
|
||||
.posted Posted by <b>Pascal Precht</b>
|
||||
|
||||
|
||||
.grid-fluid
|
||||
.c6
|
||||
.article-card
|
||||
.date Oct 13, 2016
|
||||
.title
|
||||
a(
|
||||
target="_blank"
|
||||
href="http://www.upway2late.com/#/blogs/angular2-cli-and-dot-net-core"
|
||||
) Using the Angular 2 CLI with .NET Core 1.0 and Visual Studio 2015
|
||||
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...
|
||||
.author
|
||||
img(src="/resources/images/bios/shield-bio-placeholder.png")
|
||||
.posted Posted by <b>James Katic</b>
|
||||
.c6
|
||||
.article-card
|
||||
.date Oct 10, 2016
|
||||
.title
|
||||
a(
|
||||
target="_blank"
|
||||
href="http://www.creativebloq.com/how-to/build-a-material-design-app-with-angular-2"
|
||||
) Build a Material Design app with Angular 2
|
||||
p This walkthrough reveals how to create a DialogComponent and to-do app with Angular Material and the Angular CLI...
|
||||
.author
|
||||
img(src="/resources/images/bios/shield-bio-placeholder.png")
|
||||
.posted Posted by <b>Daniel Zen</b>
|
||||
|
||||
|
||||
|
||||
.grid-fluid.l-space-bottom-2.l-space-top-4
|
||||
.c12.text-center
|
||||
|
|
Loading…
Reference in New Issue