diff --git a/aio/content/marketing/news.html b/aio/content/marketing/news.html deleted file mode 100755 index 5ff1912a1b..0000000000 --- a/aio/content/marketing/news.html +++ /dev/null @@ -1,116 +0,0 @@ -
-

News

-
-
- -
-

Core Team

-
-
-
-
-
-
Oct 12, 2016
- -

Angular version 2.1.0 - incremental-metamorphosis - is a minor release following our - announced adoption of Semantic Versioning...

-
-
Posted by Stephen Fluin
-
-
-
-
-
-
Oct 7, 2016
- -

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...

-
-
Posted by Igor Minar
-
-
-
-
-
-

Developer Community

-
-
-
-
-
-
-
Oct 30, 2016
- -

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....

-
-
Posted by Nic Raboy
-
-
-
-
-
-
Oct 13, 2016
- -

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...

-
-
Posted by Pascal Precht
-
-
-
-
-
-
-
-
Oct 10, 2016
- -

This walkthrough reveals how to create a DialogComponent and to-do app with Angular - Material and the Angular CLI...

-
-
Posted by Daniel Zen
-
-
-
-
-
-
Sept 30, 2016
- -

Angular CLI is a great tool for developing Angular 2 applications. I thought it would be - fun to do a quick demo...

-
-
Posted by Simeon Bateman
-
-
-
-
-
-

Twitter

-
-
-

-
-
- -

-
-
-
-
- diff --git a/aio/src/app/app.component.ts b/aio/src/app/app.component.ts index b8ce7922a4..87cc990bbd 100644 --- a/aio/src/app/app.component.ts +++ b/aio/src/app/app.component.ts @@ -48,7 +48,7 @@ export class AppComponent implements OnInit { * the styling of individual pages. * You will get three classes: * - * * `page-...`: computed from the current document id (e.g. news, guide-security, tutorial-toh-pt2) + * * `page-...`: computed from the current document id (e.g. events, guide-security, tutorial-toh-pt2) * * `folder-...`: computed from the top level folder for an id (e.g. guide, tutorial, etc) * * `view-...`: computef from the navigation view (e.g. SideNav, TopBar, etc) */