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

Commit c74c45f

Browse files
committed
news(sept): news updates for september
1 parent 7ed5d08 commit c74c45f

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

public/news.jade

+35-35
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,29 @@
66
.grid-fluid
77
.c6
88
.article-card
9-
.date Aug 9, 2016
9+
.date Sep 13, 2016
1010
.title
1111
a(
1212
target="_blank"
1313
href="http://angularjs.blogspot.com/2016/08/angular-2-rc5-ngmodules-lazy-loading.html"
14-
) Angular 2 RC5 - NgModules, Lazy Loading and AoT compilation
15-
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...
14+
) RC7 Now Available
15+
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...
1616
.author
17-
img(src="/resources/images/bios/rob-wormald.jpg")
18-
.posted Posted by <b>Rob Wormald</b>
17+
img(src="/resources/images/bios/stephenfluin.jpg")
18+
.posted Posted by <b>Stephen Fluin</b>
1919

2020
.c6
2121
.article-card
22-
.date July 29, 2016
22+
.date Sept 1, 2016
2323
.title
2424
a(
2525
target="_blank"
26-
href="http://angularjs.blogspot.com/2016/07/fresh-guides-from-victor-savkin.html"
27-
) Fresh Guides from Victor Savkin
28-
p Victor just refreshed his older posts with the latest and greatest from the current release candidate, at a new location on vsavkin.com...
26+
href="http://angularjs.blogspot.com/2016/09/angular-2-rc6_1.html"
27+
) Angular 2 RC6
28+
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 ...
2929
.author
30-
img(src="/resources/images/bios/stephenfluin.jpg")
31-
.posted Posted by <b>Stephen Fluin</b>
30+
img(src="/resources/images/bios/naomi.jpg")
31+
.posted Posted by <b>Naomi Black</b>
3232

3333
.grid-fluid.l-space-bottom-2.l-space-top-4
3434
.c12.text-center
@@ -38,56 +38,56 @@
3838
.grid-fluid
3939
.c6
4040
.article-card
41-
.date Aug 8, 2016
41+
.date Sept 14, 2016
4242
.title
4343
a(
4444
target="_blank"
45-
href="http://teropa.info/blog/2016/08/08/angular-2-hot-loading-with-ngrx-store-and-webpack.html"
46-
) Angular 2 Hot Loading with @ngrx/store and Webpack
47-
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....
45+
href="http://blog.thoughtram.io/angular/2016/09/14/bypassing-providers-in-angular-2.html"
46+
) Bypassing Providers in Angular 2
47+
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...
4848
.author
49-
img(src="/resources/images/bios/shield-bio-placeholder.png")
50-
.posted Posted by <b>Tero Parviainen</b>
51-
49+
img(src="/resources/images/bios/angular-gde-bio-placeholder.png")
50+
.posted Posted by <b>Pascal Precht</b>
51+
5252
.c6
5353
.article-card
54-
.date Aug 6, 2016
54+
.date Sept 12, 2016
5555
.title
5656
a(
5757
target="_blank"
58-
href="http://juristr.com/blog/2016/08/ng2-forms-first-look/"
59-
) Angular 2 forms - a first look
60-
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...
58+
href="http://slides.com/wassimchegham/demystifying-ahead-of-time-compilation-in-angular-2-aot-jit#/"
59+
) Demystifying AoT compilation in Angular 2
60+
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...
6161
.author
62-
img(src="/resources/images/bios/shield-bio-placeholder.png")
63-
.posted Posted by <b>Juri Strumpflohner</b>
62+
img(src="/resources/images/bios/angular-gde-bio-placeholder.png")
63+
.posted Posted by <b>Wassim Chegham</b>
6464

6565
.grid-fluid
6666
.c6
6767
.article-card
68-
.date June 30, 2016
68+
.date Sept 12, 2016
6969
.title
7070
a(
7171
target="_blank"
72-
href="http://www.bennadel.com/blog/3116-using-an-item-template-with-an-html-dropdown-menu-component-in-angular-2-rc-3.htm"
73-
) Using An Item Template With An HTML Dropdown Menu Component
74-
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...
72+
href="https://medium.com/codingthesmartway-com-blog/using-material-design-in-angular-2-83a3128c58b7#.5z4pseikh"
73+
) Using Material Design in Angular 2
74+
p Angular 2 Material Design Components are available as NPM packages. A full list of packages can be found at...
7575
.author
7676
img(src="/resources/images/bios/shield-bio-placeholder.png")
77-
.posted Posted by <b>Ben Nadel</b>
77+
.posted Posted by <b>Sebastian Eschweiler</b>
7878

7979
.c6
8080
.article-card
81-
.date June 29, 2016
81+
.date Sept 11, 2016
8282
.title
8383
a(
8484
target="_blank"
85-
href="https://channel9.msdn.com/Shows/Office-Dev-Show/Office-Dev-Show-Episode-35-Getting-Started-with-Angular-2-and-the-Microsoft-Graph"
86-
) Getting Started with Angular 2 and the Microsoft Graph (Video)
87-
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...
85+
href="https://johnpapa.net/introducing-angular-modules-routing-module/"
86+
) Introducing Angular Modules - Routing Module
87+
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....
8888
.author
89-
img(src="/resources/images/bios/shield-bio-placeholder.png")
90-
.posted Posted by <b>Richard diZerega</b>
89+
img(src="/resources/images/bios/angular-gde-bio-placeholder.png")
90+
.posted Posted by <b>John Papa</b>
9191

9292

9393
.grid-fluid.l-space-bottom-2.l-space-top-4

0 commit comments

Comments
 (0)