From 1dedfd53010b3e8a26945a67dec6ce6240fc6c39 Mon Sep 17 00:00:00 2001 From: Naomi Black Date: Fri, 14 Oct 2016 19:03:56 -0700 Subject: [PATCH] news(update): updates to news and banner for oct --- public/_includes/_hero-home.jade | 11 ++--- public/events.jade | 20 --------- public/news.jade | 74 ++++++++++++++++---------------- 3 files changed, 40 insertions(+), 65 deletions(-) diff --git a/public/_includes/_hero-home.jade b/public/_includes/_hero-home.jade index 4aa964bfce..a7f11d401b 100644 --- a/public/_includes/_hero-home.jade +++ b/public/_includes/_hero-home.jade @@ -8,11 +8,6 @@ header(class="background-sky l-relative") announcement-bar .announcement-bar-slide.clearfix - img(src="/resources/images/logos/angular2/angular-logo-banner.png") - p Angular 2.0 Final Release Now Live! - a(href="http://angularjs.blogspot.com/2016/09/angular2-final.html" target="_blank" class="button " + "md-button") Learn More - - .announcement-bar-slide.clearfix - img(src="/resources/images/logos/ng-europe/ng-europe-logo.png") - p Join us for ng-europe in Paris, France this October! - a(href="https://ngeurope.org/?utm_source=angular&utm_medium=banner&utm_campaign=angular-banner" target="_blank" class="button md-button") Register now \ No newline at end of file + img(src="/resources/images/logos/anglebrackets/anglebrackets.png") + p Join us for anglebrackets in Las Vegas Oct 25-28! + a(href="https://anglebrackets.org/#!/" target="_blank" class="button md-button") Register now \ No newline at end of file diff --git a/public/events.jade b/public/events.jade index 4a6bf488ca..9d3c8da3e5 100644 --- a/public/events.jade +++ b/public/events.jade @@ -7,26 +7,6 @@ table.is-full-width tbody - - tr - th - a( - target="_blank" - href="https://conf.utahjs.com/" - ) UtahJS - td Salt Lake City, UT, USA - td Sept. 16, 2016 - - - tr - th - a( - target="_blank" - href="http://angularconnect.com/" - ) Angular Connect - td London, UK - td Sept. 27-28, 2016 - tr th diff --git a/public/news.jade b/public/news.jade index 132a09464b..4faf8a0247 100644 --- a/public/news.jade +++ b/public/news.jade @@ -6,30 +6,30 @@ .grid-fluid .c6 .article-card - .date Sept 14, 2016 + .date Oct 12, 2016 .title a( target="_blank" - href="http://angularjs.blogspot.com/2016/09/angular2-final.html" - ) Angular, version 2: proprioception-reinforcement - p Today, at a special meetup at Google HQ, we announced the final release version of Angular, the full-platform successor to Angular 1... - .author - img(src="/resources/images/bios/juleskremer.jpg") - .posted Posted by Jules Kremer - - .c6 - .article-card - .date Sept 13, 2016 - .title - a( - target="_blank" - href="http://angularjs.blogspot.com/2016/09/rc7-now-available.html" - ) RC7 Now Available - p Today we’re happy to announce that we are shipping Angular 2.0.0-rc.7. This small release is focused on bugfixes. What's fixed? Lazy loading, RxJS, IDE Docs Integration... + 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... .author img(src="/resources/images/bios/stephenfluin.jpg") .posted Posted by Stephen Fluin + .c6 + .article-card + .date Oct 7, 2016 + .title + a( + target="_blank" + href="http://angularjs.blogspot.com/2016/10/versioning-and-releasing-angular.html" + ) Versioning and Releasing Angular + p In order for the ecosystem around Angular to thrive, developers need stability from the Angular framework so that reusable components and libraries, tools and learned practices don’t go obsolete unexpectedly... + .author + img(src="/resources/images/bios/igor-minar.jpg") + .posted Posted by Igor Minar + .grid-fluid.l-space-bottom-2.l-space-top-4 .c12.text-center h3.text-headline.text-uppercase Developer Community @@ -38,56 +38,56 @@ .grid-fluid .c6 .article-card - .date Sept 14, 2016 + .date Oct 13, 2016 .title a( target="_blank" - href="http://blog.thoughtram.io/angular/2016/09/14/bypassing-providers-in-angular-2.html" - ) Bypassing Providers in Angular 2 - p We covered a lot of different things everything dependency injection in Angular 2. However, at our latest training, one of our students came up with a very interesting question: "Can I bypass a provider... + 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 Pascal Precht .c6 .article-card - .date Sept 12, 2016 + .date Oct 10, 2016 .title a( target="_blank" - href="http://slides.com/wassimchegham/demystifying-ahead-of-time-compilation-in-angular-2-aot-jit#/" - ) Demystifying AoT compilation in Angular 2 - p The introduction of NgModule was huge news for the Angular 2 community. This new API is supposed to help the AoT compilation by providing the compilation context and a much lighter application bundle... + 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/angular-gde-bio-placeholder.png") - .posted Posted by Wassim Chegham + img(src="/resources/images/bios/shield-bio-placeholder.png") + .posted Posted by Daniel Zen .grid-fluid .c6 .article-card - .date Sept 12, 2016 + .date Sept 26, 2016 .title a( target="_blank" - href="https://medium.com/codingthesmartway-com-blog/using-material-design-in-angular-2-83a3128c58b7#.5z4pseikh" - ) Using Material Design in Angular 2 - p Angular 2 Material Design Components are available as NPM packages. A full list of packages can be found at... + href="https://www.lucidchart.com/techblog/2016/09/26/improving-angular-2-load-times/" + ) Improving Angular 2 Load Times and a 29KB Hello World App + p At the beginning of this year, Lucidchart rebuilt its editor in Angular 2. The end result of these efforts is that our new editor loads five seconds faste.... .author img(src="/resources/images/bios/shield-bio-placeholder.png") - .posted Posted by Sebastian Eschweiler + .posted Posted by James Judd .c6 .article-card - .date Sept 11, 2016 + .date Sept 18, 2016 .title a( target="_blank" - href="https://johnpapa.net/introducing-angular-modules-routing-module/" - ) Introducing Angular Modules - Routing Module - p When we create an Angular 2 app, we define a root module. This root module is defined with @NgModule and works quite well for small apps.... + href="https://medium.com/@areai51/the-4-stages-of-perf-tuning-for-your-angular2-app-922ce5c1b294#.pbvt3c9zo" + ) The 4 Stages of Perf Tuning for your Angular2 App + p While being fast right out of the box, the performance of Angular apps can be further enhanced. Let’s look at each of these... .author img(src="/resources/images/bios/angular-gde-bio-placeholder.png") - .posted Posted by John Papa + .posted Posted by Vinci Rufus .grid-fluid.l-space-bottom-2.l-space-top-4