hello.js

var please = require('share');
console.log('thank you');

NEW !!!

Thursday, 3 November, 2016 UTC

Easy Angular Authentication with JSON Web Tokens

Easy Angular Authentication with JSON Web Tokens 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. -- Victor Savkin TL;DR: Single page apps--like ... more


Thursday, 3 November, 2016 UTC

Easy Angular Authentication with JSON Web Tokens

Easy Angular Authentication with JSON Web Tokens 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. -- Victor Savkin TL;DR: Single page apps--like ... more


Friday, 14 October, 2016 UTC

Angular 2.1.0 Now Available

Angular version 2.1.0 - incremental-metamorphosis - is now available. This is a minor release following our announced adoption of Semantic Versioning, meaning that it contains no breaking changes and that it should be a drop-in replacement for 2.0.x. ... more


Wednesday, 12 October, 2016 UTC

Angular 2.1.0 Now Available

Angular version 2.1.0 - incremental-metamorphosis - is now available. This is a minor release following our announced adoption of Semantic Versioning, meaning that it contains no breaking changes and that it should be a drop-in replacement for 2.0.x. ... more


Friday, 7 October, 2016 UTC

Versioning and Releasing Angular

In order for the ecosystem around Angular to thrive, developers need stability from the Angular framework so that reusable components and libraries, tutorials, tools and learned practices don’t go obsolete unexpectedly. However, we also all want Angular ... more


Friday, 7 October, 2016 UTC

Versioning and Releasing Angular

In order for the ecosystem around Angular to thrive, developers need stability from the Angular framework so that reusable components and libraries, tutorials, tools and learned practices don’t go obsolete unexpectedly. However, we also all want Angular ... more


Thursday, 15 September, 2016 UTC

Angular, version 2: proprioception-reinforcement

Today, at a special meetup at Google HQ, we announced the final release version of Angular 2, the full-platform successor to Angular 1. What does "final" mean? Stability that's been validated across a wide range of use cases, and a framework ... more


Thursday, 15 September, 2016 UTC

Angular, version 2: proprioception-reinforcement

Today, at a special meetup at Google HQ, we announced the final release version of Angular 2, the full-platform successor to Angular 1. What does "final" mean? Stability that's been validated across a wide range of use cases, and a framework ... more


Tuesday, 13 September, 2016 UTC

RC7 Now Available

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 with webpack bundled projects RxJS issues for developers using ES5 IDE Docs Integration - IDEs such as VS Code ... more


Tuesday, 13 September, 2016 UTC

RC7 Now Available

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 with webpack bundled projects RxJS issues for developers using ES5 IDE Docs Integration - IDEs such as VS Code ... more


Thursday, 8 September, 2016 UTC

Angular 1.6 - Expression Sandbox Removal

Important Announcement The Angular expression sandbox will be removed from Angular from 1.6 onwards, making the code faster, smaller and easier to maintain. The removal highlights a best practice for security in Angular applications: Angular template, ... more


Thursday, 8 September, 2016 UTC

Angular 1.6 - Expression Sandbox Removal

Important Announcement The Angular expression sandbox will be removed from Angular from 1.6 onwards, making the code faster, smaller and easier to maintain. The removal highlights a best practice for security in Angular applications: Angular template, ... more


Thursday, 1 September, 2016 UTC

Angular 2 RC6

Angular 2.0.0-rc.6 is now available on npm! New in this release candidate: Faster Angular 2 through Ahead of Time (AoT) compilation improvements and ES6 2015 modules. More features in Forms : resetForm, disabled state, validator directive binding, group ... more


Thursday, 1 September, 2016 UTC

Angular 2 RC6

Angular 2.0.0-rc.6 is now available on npm! New in this release candidate: Faster Angular 2 through Ahead of Time (AoT) compilation improvements and ES6 2015 modules. More features in Forms : resetForm, disabled state, validator directive binding, group ... more


Friday, 19 August, 2016 UTC

Angular Material - 1.1 and 2.x

We promised in March that you'd continue to see updates on the Angular Material 1.x branch, in addition to ongoing bugfix releases. I'm happy to announce the release of Angular Material 1.1, now available for use with Angular 1.x applications. We've also ... more


Wednesday, 17 August, 2016 UTC

Angular Material - 1.1 and 2.x

We promised in March that you'd continue to see updates on the Angular Material 1.x branch, in addition to ongoing bugfix releases. I'm happy to announce the release of Angular Material 1.1, now available for use with Angular 1.x applications. We've also ... more


Tuesday, 9 August, 2016 UTC

Angular 2 RC5 - NgModules, Lazy Loading and AoT compilation

Today we’re publishing Angular 2 RC5 - including: Support for @NgModule decorators FormsModule, RouterModule, and Material Design modules make it easier to use these libraries Ahead-of-time (AoT) compilation for components and services Lazy-loading support ... more


Tuesday, 9 August, 2016 UTC

Angular 2 RC5 - NgModules, Lazy Loading and AoT compilation

Today we’re publishing Angular 2 RC5 - including: Support for @NgModule decorators FormsModule, RouterModule, and Material Design modules make it easier to use these libraries Ahead-of-time (AoT) compilation for components and services Lazy-loading support ... more


Tuesday, 26 July, 2016 UTC

Fresh Guides from Victor Savkin

Since the early days of Angular 2, core team member Victor Savkin has posted his personal thoughts on the platform to his own blog. These offer an internal perspective on how someone who builds Angular thinks about its core concepts. Victor just refreshed ... more


Tuesday, 26 July, 2016 UTC

Fresh Guides from Victor Savkin

Since the early days of Angular 2, core team member Victor Savkin has posted his personal thoughts on the platform to his own blog. These offer an internal perspective on how someone who builds Angular thinks about its core concepts. Victor just refreshed ... more


Wednesday, 20 July, 2016 UTC

A dedicated team for AngularDart

Until now, the multiple language flavors of Angular 2 were written as TypeScript source, and then automatically compiled to both JavaScript and Dart. We're happy to announce that going forward, we are splitting the Angular 2 codebase into two flavors—a ... more


Tuesday, 12 July, 2016 UTC

Angular in China and beyond: Introducing angular.cn

Please welcome Ralph Wang ( 汪志成 ) and Rex Ye ( 叶志敏) , joining our blog as guest authors. Ralph is a developer, author, community lead, and Angular GDE in Beijing, China. Rex is an entrepreneur based in London. Together, they have led the first localization ... more


Thursday, 30 June, 2016 UTC

RC4 Now Available

Today we’re happy to announce that we are shipping Angular 2.0.0-rc.4. This release includes many bugfixes and improvements, and makes testing easier and more flexible. What's new? We've cleaned up our exported APIs so that they are simpler and more ... more


Wednesday, 22 June, 2016 UTC

RC3 Now Available

Today we’re happy to announce that we are shipping Angular 2.0.0-rc3. What's new? This release includes a fix for a major performance regression in RC2 The @angular/router project has been merged into our main repository ( It will retain its own version ... more


Thursday, 16 June, 2016 UTC

RC2 Now Available

Today we’re happy to announce that we are shipping Angular 2.0.0-rc2. This release includes: Animation Framework Manage the animations in your application in a stateful manner. The underlying platform support, documentation, and code samples for Animations ... more


Friday, 10 June, 2016 UTC

Improvements Coming for Routing in Angular

A little more than a month ago, we introduced a new router at ng-conf. We hoped this would finally resolve the outstanding routing issues in our first design. It turns out, routing is hard. We’re grateful to have heard from many folks at ng-conf about ... more


Thursday, 21 April, 2016 UTC

Please welcome our friend Uri Goldshtein of the Meteor team as a guest author as he walks us through using Angular 2 with Meteor and describes some exciting future capabilities. -- Brad Green, Eng Director of Angular Angular 2 + Meteor: the Javascript ... more


Tuesday, 19 April, 2016 UTC

Angular 2 + React Native

Please welcome Marc Laval joining our blog as a guest author. Marc works at Amadeus in France as part of a group of developers there dedicated to contributing to Angular 1 and 2 core development as an integrated part of our team. We've been working closely ... more


Wednesday, 13 April, 2016 UTC

5 Rookie Mistakes to Avoid with Angular 2

So you've read some blog posts, watched some conference videos, and finally you're ready to get your feet wet with Angular 2. What are some things you should know starting out? Here's a compilation of common beginner mistakes to avoid when you're writing ... more


Wednesday, 30 March, 2016 UTC

Code Reuse in Angular 2 Native Mobile Apps with NativeScript

Please welcome Nathan Walker as a guest-author on the Angular blog. Read on to find out more about building cross-platform apps with Angular 2 and NativeScript. The zen of multiple platforms. Chrome, Android and iPhone all running the same code. You ... more