From c74c45f75a16e7d911fd2c0161cb1e47771b20a1 Mon Sep 17 00:00:00 2001 From: Naomi Black Date: Wed, 14 Sep 2016 15:25:31 -0700 Subject: [PATCH] news(sept): news updates for september --- public/news.jade | 80 ++++++++++++++++++++++++------------------------ 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/public/news.jade b/public/news.jade index 732342e8ce..2cc9b26e55 100644 --- a/public/news.jade +++ b/public/news.jade @@ -6,30 +6,30 @@ .grid-fluid .c6 .article-card - .date Aug 9, 2016 + .date Sep 13, 2016 .title a( target="_blank" href="http://angularjs.blogspot.com/2016/08/angular-2-rc5-ngmodules-lazy-loading.html" - ) Angular 2 RC5 - NgModules, Lazy Loading and AoT compilation - p Today we’re publishing Angular 2 RC5 - including support for @NgModule decorators, Ahead-of-time compilation for components and services, Lazy-loading for the router, and new modules that make it easier... - .author - img(src="/resources/images/bios/rob-wormald.jpg") - .posted Posted by Rob Wormald - - .c6 - .article-card - .date July 29, 2016 - .title - a( - target="_blank" - href="http://angularjs.blogspot.com/2016/07/fresh-guides-from-victor-savkin.html" - ) Fresh Guides from Victor Savkin - p Victor just refreshed his older posts with the latest and greatest from the current release candidate, at a new location on vsavkin.com... + ) 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... .author img(src="/resources/images/bios/stephenfluin.jpg") .posted Posted by Stephen Fluin + .c6 + .article-card + .date Sept 1, 2016 + .title + a( + target="_blank" + href="http://angularjs.blogspot.com/2016/09/angular-2-rc6_1.html" + ) Angular 2 RC6 + p Angular 2.0.0-rc.6 is now available on npm! New in this release candidate: Faster Angular 2, More features in Forms, I18N support ... + .author + img(src="/resources/images/bios/naomi.jpg") + .posted Posted by Naomi Black + .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 Aug 8, 2016 + .date Sept 14, 2016 .title a( target="_blank" - href="http://teropa.info/blog/2016/08/08/angular-2-hot-loading-with-ngrx-store-and-webpack.html" - ) Angular 2 Hot Loading with @ngrx/store and Webpack - p I've been waiting for a hot reloading workflow for Angular 2 to emerge. I was happy to discover that one now exists. This is potentially a very big deal for productivity.... + 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... .author - img(src="/resources/images/bios/shield-bio-placeholder.png") - .posted Posted by Tero Parviainen - + img(src="/resources/images/bios/angular-gde-bio-placeholder.png") + .posted Posted by Pascal Precht + .c6 .article-card - .date Aug 6, 2016 + .date Sept 12, 2016 .title a( target="_blank" - href="http://juristr.com/blog/2016/08/ng2-forms-first-look/" - ) Angular 2 forms - a first look - p A first quick look at the new Forms API in Angular 2. A Google Hangout with Kara Erickson, core contributor to the Forms Api. Here I'm summarizing... + 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... .author - img(src="/resources/images/bios/shield-bio-placeholder.png") - .posted Posted by Juri Strumpflohner + img(src="/resources/images/bios/angular-gde-bio-placeholder.png") + .posted Posted by Wassim Chegham .grid-fluid .c6 .article-card - .date June 30, 2016 + .date Sept 12, 2016 .title a( target="_blank" - href="http://www.bennadel.com/blog/3116-using-an-item-template-with-an-html-dropdown-menu-component-in-angular-2-rc-3.htm" - ) Using An Item Template With An HTML Dropdown Menu Component - p A while ago, I played around with trying to create an HTML Dropdown menu component in Angular 2. I discovered that you could pass Template references into components for dynamic rendering... + 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... .author img(src="/resources/images/bios/shield-bio-placeholder.png") - .posted Posted by Ben Nadel + .posted Posted by Sebastian Eschweiler .c6 .article-card - .date June 29, 2016 + .date Sept 11, 2016 .title a( target="_blank" - href="https://channel9.msdn.com/Shows/Office-Dev-Show/Office-Dev-Show-Episode-35-Getting-Started-with-Angular-2-and-the-Microsoft-Graph" - ) Getting Started with Angular 2 and the Microsoft Graph (Video) - p Richard diZerega explores how to connect to the Microsoft Graph from Angular 2 and TypeScript. Richard starts with the Angular 2 quickstart template and gets it connecting to the the Microsoft Graph... + 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.... .author - img(src="/resources/images/bios/shield-bio-placeholder.png") - .posted Posted by Richard diZerega + img(src="/resources/images/bios/angular-gde-bio-placeholder.png") + .posted Posted by John Papa .grid-fluid.l-space-bottom-2.l-space-top-4