9045 Commits

Author SHA1 Message Date
JiaLi.Passion
a740e4f00a fix(core): fix , should be able to cancel listener from mixed zone ()
PR Close 
2017-11-21 11:49:36 -06:00
Alex Eagle
2a9d2bacd5 docs: update changelog with missing feature in 5.1.0-beta.1 ()
PR Close 
2017-11-20 18:39:48 -06:00
Chuck Jazdzewski
4ed04392d3 fix(compiler): support event bindings in fullTemplateTypeCheck ()
The type-check block now disables type checking event access instead
of generating a reference to an undefined variable.

PR Close 
2017-11-20 18:39:42 -06:00
Igor Minar
23ab83b504 docs: update the triaging doc with the latest process ()
PR Close 
2017-11-20 18:39:36 -06:00
Igor Minar
9332161e01 docs: add description for target labels + add LTS target label ()
PR Close 
2017-11-20 18:39:36 -06:00
Ward Bell
816d5ba3fd docs: NgModule guide prose for CLI (partial) ()
Also replaces “Angular Module” with “NgModule” wherever that is clarifying.
Continue using “module” when qualified as in “feature module”, “root module”, “routing module”, etc.

PR Close 
2017-11-20 18:39:25 -06:00
Kara Erickson
69c53c3e03 fix(forms): updateOn should check if change occurred ()
Fixes .

PR Close 
2017-11-17 16:28:46 -06:00
hartraft
365712e2f0 docs(aio): fix typo in Attribute Directives documentation ()
changed "appHightlight" to "appHighlight"

PR Close 
2017-11-17 12:53:10 -06:00
JiaLi.Passion
997336b790 fix(core): should support event.stopImmediatePropagation ()
PR Close 
2017-11-16 22:43:53 -06:00
Matias Niemelä
1861e416a1 fix(animations): validate against trigger() names that use @ symbols ()
PR Close 
2017-11-16 16:20:09 -06:00
Peter Bacon Darwin
7c44637fbf build(aio): tighten up code autolinking ()
Do not match code "words" that are part of a hyphenated
string of characters: e.g. `platform-browser-dynamic` should
not auto-link `browser`.

Do not match code "words" that correspond to pipe names
but are not preceded by a pipe `|` character. E.g. `package.json` should
not auto link `json` to the `JsonPipe`.

Closes 

PR Close 
2017-11-16 16:20:03 -06:00
Chuck Jazdzewski
68b53c07fd fix(compiler): emit correct type-check-blocks with TemplateRef's ()
The type-check block generated with `"fullTemplateTypeCheck"` was
invalid if the it contained a template ref as would be generated
using the `else` micro-syntax of `NgIf`.

Fixes: 

PR Close 
2017-11-16 16:19:54 -06:00
shioyang
368cb5ad4e docs(aio): fix a typo to improve readability ()
Remove a comma and space

PR Close 
2017-11-16 16:19:48 -06:00
Shavi Pathania
949836d003 docs(aio): Clearing array with [] () ()
Convert remaining references to directly use LoggerServices logs.

PR Close 
2017-11-16 16:19:35 -06:00
Shavi Pathania
697fb76960 docs(aio): Removing reference to LoggerService property () ()
The reference removed so that calling LoggerService clear() method
behaves as intended in SpyComponent.

PR Close 
2017-11-16 16:19:35 -06:00
Shavi Pathania
0fedb57cb0 docs(aio): Clearing array with [] () ()
Clearing array with setting length to 0 replaced with [] for being short
and marginally efficient. For reference: [] is turned into a sequence of
around 15 machine instructions on x64 (if bump pointer allocation succeeds),
whereas a.length=0 is a C++ runtime function call, which requires 10-100x as
many instructions.
Benedikt Meurer

PR Close 
2017-11-16 16:19:35 -06:00
Michael Giambalvo
717ac5ac4d fix(benchpress): Allow ignoring navigationStart events in perflog metric. ()
PR Close 
2017-11-16 16:18:38 -06:00
Miško Hevery
4064cbe945 docs: add changelog for 5.1.0-beta.1 2017-11-16 14:04:25 -08:00
Miško Hevery
a88306d671 release: cut the 5.1.0-beta.1 release 2017-11-16 14:03:03 -08:00
Miško Hevery
c702ffc471 docs: add changelog for 5.0.2 2017-11-16 13:41:55 -08:00
Chuck Jazdzewski
dcfffbf828 build: fix build failures () 2017-11-15 22:33:30 -08:00
ssreevani
336041aac9 docs(aio): Add instructions to fork angular/angular ()
PR Close 
2017-11-15 18:26:27 -06:00
George Kalpakas
7e38f4fd1f fix(aio): fix window title on Home page ()
Using `display: none` on the `<h1>` causes `innerText` to not work as expected
and include the icon ligature (`link`) in the title. This caused the window
title on the angular.io Home page to appear as "Angular - link".
This commit fixes it by not generating anchors at all for headings with the
`no-anchor` class.

Fixes 

PR Close 
2017-11-15 18:25:58 -06:00
Brad Pitcher
c28b52187a docs(aio): add missing closing backtick ()
PR Close 
2017-11-15 18:25:49 -06:00
Alex Eagle
5ec1717c58 fix: Update test code to type-check under TS 2.5 ()
PR Close 
2017-11-15 18:12:16 -06:00
Alex Eagle
c2a24b4241 fix(bazel): adjust mock of tsconfig for ng_module rule unit test ()
Due to 7f33f01b72

PR Close 
2017-11-15 18:12:16 -06:00
Alex Eagle
a9f3e2bd95 build: Upgrade to TypeScript 2.5 ()
- update to TypeScript 2.5
- point the 2.4 typings test at the previous typescript version, so we
  don't break it accidentally
- widen the peerDeps from Angular packages that depend on TypeScript
- update to latest TypeScript 2.5 compatible Bazel rules
- move .bazelrc to tools/bazel.rc per https://docs.bazel.build/versions/master/best-practices.html#bazelrc

PR Close 
2017-11-15 18:12:16 -06:00
Miško Hevery
f8658cdc38 Revert "fix(animations): always fire inner trigger callbacks even if blocked by parent animations ()"
This reverts commit d47b2a6f706c42c049bf0faf1112c97ecf681c0a.
2017-11-15 17:04:22 -06:00
Jason Aden
043e408805 style(core): fix comment format for linter 2017-11-15 11:53:11 -08:00
George Kalpakas
c004d483ab style(core): fix max line length to pass linting ()
Accidentally introduced in , where other linting errors (unrelated to the
PR) prevented proper linting.

PR Close 
2017-11-15 11:44:52 -08:00
Jason Aden
2586846ee2 Revert "fix(core): should support event.stopImmediatePropagation"
This reverts commit 5e0eb5e3d94bd7077c4d6657b89bfc8d900f2bc6.
2017-11-15 11:35:21 -08:00
Matias Niemelä
d47b2a6f70 fix(animations): always fire inner trigger callbacks even if blocked by parent animations ()
Closes 

PR Close 
2017-11-14 15:59:47 -08:00
Leo Globerman
1adbcda12e docs(aio): fix wrong copy ()
PR Close 
2017-11-14 15:58:25 -08:00
Martin Hobert
12af6d356e docs(core): change from deprecated renderer to renderer2 ()
We now show the proper class instead of the deprecated Renderer

Fixes 


PR Close 
2017-11-14 13:44:56 -08:00
Matias Niemelä
20aafff092 fix(animations): ensure final state() styles are applied within @.disabled animations ()
Closes 

PR Close 
2017-11-14 11:01:11 -08:00
Mark Kennedy
a622e19df6 fix(router): 'merge' queryParamHandling strategy should be able to remove query params ()
Closes , 

PR Close 
2017-11-14 11:01:04 -08:00
Fabian Wiles
1db7c0d139 ci: tighten package limits ()
PR Close 
2017-11-14 11:00:58 -08:00
Levi Zitting
b9bd3204f2 docs(aio): fix broken link in guide/component-interaction ()
add a blank line before line with markdown link
PR Close 
2017-11-14 10:00:46 -08:00
Brad Pitcher
bf651a504f docs(aio): make it clear we are talking about <a> tags ()
As is, it could be seen as a typo at first glance. Wrapping the "a" in carets and backticks for formatting adds some clarity.

PR Close 
2017-11-14 10:00:42 -08:00
Marcelo Melo
e5c4371d72 docs(aio): fix typo in filename (packages.json --> package.json) ()
PR Close 
2017-11-14 10:00:39 -08:00
Aravind
3caae94261 docs(aio): fix not found schema ()
Fixes 

PR Close 
2017-11-14 10:00:35 -08:00
Trotyl
e7a2b31472 docs(aio): fix rxjs import ()
closes 

PR Close 
2017-11-14 10:00:31 -08:00
Ward Bell
c03186013c docs: Dependency Injection guides for CLI ()
PR Close 
2017-11-14 10:00:28 -08:00
Jesus Rodriguez
5a2531ee45 docs(aio): update template forms to CLI ()
PR Close 
2017-11-14 10:00:23 -08:00
Jesus Rodriguez
6ca780178c docs(aio): update reactive-forms to CLI ()
PR Close 
2017-11-14 10:00:17 -08:00
Jesus Rodriguez
9608b0636d docs(aio): update displaying-data for CLI ()
PR Close 
2017-11-14 10:00:13 -08:00
Jesus Rodriguez
89187d9b6b docs(aio): update glossary for CLI ()
PR Close 
2017-11-14 10:00:10 -08:00
Jesus Rodriguez
335b72f301 docs(aio): update ajs-quick-reference for CLI ()
PR Close 
2017-11-14 10:00:02 -08:00
Brad Pitcher
74071210eb docs(aio): remove trailing underscore from provide_ ()
_provide_ was already emphasized in the previous paragraph

PR Close 
2017-11-14 09:59:56 -08:00
Aliaksei Urbanski
fde966832b docs(aio): fix missed grave accent ()
PR Close 
2017-11-14 09:59:51 -08:00