Skip to content

Commit 3015fe9

Browse files
committed
28294e3 chore(publish): run router publish with additional memory
1 parent 2119404 commit 3015fe9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Mon Mar 21 23:26:59 UTC 2016
2-
a74ac2b1804bd13e4aa9db2d0f7272b130b605b7
1+
Tue Mar 22 00:29:42 UTC 2016
2+
28294e3082abf4af68d4b5a12a2b261b3f9e3498

docs/bundles/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ An example of an Angular 2 project built with WebPack can be found in the [angul
7272

7373
Polyfills are required for Angular 2 to function properly (the exact list depends on the browser used) and external dependencies ([zone.js](https://github.com/angular/zone.js)).
7474
To ease setup of Angular 2 applications there is one file - `angular2-polyfills.js` - that combines:
75-
* a polyfill mandatory for all browsers: [reflect-metadata](https://www.npmjs.com/package/reflect-metadata)
75+
* a pollyfill mandatory for all browsers: [reflect-metadata](https://www.npmjs.com/package/reflect-metadata)
7676
* [zone.js](https://github.com/angular/zone.js)
7777

7878
**Note**: `angular2-polyfills.js` contains code that should be loaded into the browser as the very first code of the web application even before the module loader. The preferred solution is to load the mentioned file in a `script` tag as early as possible.

0 commit comments

Comments
 (0)