Jesus Rodriguez
dc01fb167b
docs(aio): update template forms to CLI ( #20014 )
...
PR Close #20014
2017-11-14 10:02:02 -08:00
Jesus Rodriguez
7c26c06495
docs(aio): update reactive-forms to CLI ( #20019 )
...
PR Close #20019
2017-11-14 10:01:59 -08:00
Jesus Rodriguez
82dc7fa628
docs(aio): update displaying-data for CLI ( #19574 )
...
PR Close #19574
2017-11-14 10:01:56 -08:00
Jesus Rodriguez
3101e89cf5
docs(aio): update glossary for CLI ( #20017 )
...
PR Close #20017
2017-11-14 10:01:53 -08:00
Jesus Rodriguez
79c3e1b968
docs(aio): update ajs-quick-reference for CLI ( #19552 )
...
PR Close #19552
2017-11-14 10:01:49 -08:00
Brad Pitcher
c96967b235
docs(aio): remove trailing underscore from provide_ ( #20356 )
...
_provide_ was already emphasized in the previous paragraph
PR Close #20356
2017-11-14 10:01:06 -08:00
Aliaksei Urbanski
422cd0b665
docs(aio): fix missed grave accent ( #20379 )
...
PR Close #20379
2017-11-14 10:01:03 -08:00
Ward Bell
eea2039bce
docs: AttributeDirectives guide for CLI ( #19771 )
...
PR Close #19771
2017-11-14 10:01:00 -08:00
Bowen Ni
612f508dff
refactor(animations): uses a loop instead Array.map() which creates and ( #19910 )
...
returns a new array that is discarded.
This pattern will become a compilation error in google3.
PR Close #19910
2017-11-10 13:54:20 -08:00
Torgeir Helgevold
aa3d75ba83
build: update to google-closure-compiler@20171023.0.1 ( #20321 )
...
added externs
remove externs
PR Close #20321
2017-11-10 11:53:21 -08:00
Chuck Jazdzewski
4cc6abbbf8
fix(compiler): recognize @NgModule with a redundant @Injectable ( #20320 )
...
The compiler now, again, recognizes `@NgModule()` decorators on
classes with a redundant `@Injectable()` decorator.
Fixes : #19544
PR Close #20320
2017-11-10 11:53:17 -08:00
Levi Zitting
222758bed3
fix(aio): markdown typo in Tour of Heroes tutorial ( #20288 )
...
PR Close #20288
2017-11-10 11:53:13 -08:00
Derek
516107fd04
docs(common): update default display value for CurrencyPipe ( #20246 )
...
PR Close #20246
2017-11-10 11:53:09 -08:00
Fabian Wiles
bd70aece52
refactor(core): remove prolyfill from error message ( #20121 )
...
PR Close #20121
2017-11-10 11:53:03 -08:00
Kirils Ladovs
2ca6bdd110
docs(aio): typo fix ( #20318 )
...
tutorial part 0 app component template file extention fix
PR Close #20318
2017-11-10 11:12:18 -08:00
Miguel Angel Asencio Hurtado
2aefac841f
docs(aio): empty line between HTML tag and content ( #20341 )
...
PR Close #20341
2017-11-10 11:09:35 -08:00
Aditya Bhardwaj
ec496c2fda
docs(aio): fix typo ( #20103 )
...
PR Close #20103
2017-11-10 11:09:27 -08:00
Brad Pitcher
346dbcf24a
docs(aio): show correct path for mock-heroes code ( #20323 )
...
PR Close #20323
2017-11-10 11:09:23 -08:00
Phill
48843a9f47
docs(aio): Fix typo in tutorial ( #20295 )
...
PR Close #20295
2017-11-10 11:09:05 -08:00
Kapunahele Wong
8f2fb02048
docs(aio): fix toh-pt3 typos ( #20307 )
...
PR Close #20307
2017-11-10 11:08:54 -08:00
Harry Pfleger
89e4262188
docs(aio): fix -mm- to -MM- for month in DatePipe ( #20315 )
...
PR Close #20315
2017-11-10 11:08:43 -08:00
Chuck Jazdzewski
424a323316
fix(compiler): show explanatory text in template errors ( #20313 )
...
Fixes : #20076
PR Close #20313
2017-11-09 15:48:58 -08:00
Victor Berchet
28985cb2de
test(compiler): do not use a as a content selector
...
As it might trigger false positive in the RegExp from `_makeScopeMatcher`
closes #20256
2017-11-08 15:53:13 -08:00
Victor Berchet
5d1cd57787
fix(compiler): fix corner cases in shadow CSS
...
`cmp:host {}` and `cmp:host some-other-selector {}` were not handled
consistently.
Note those should not match anything but are made equivalent to respectively
`:host(cmp)` and `:host(cmp) some-other-selector` to avoid breaking legacy apps.
2017-11-08 15:53:05 -08:00
Victor Berchet
9de45fa650
docs: add changelog for 5.0.1
5.0.1
2017-11-08 10:29:46 -08:00
Victor Berchet
953a0e07d6
release: cut the 5.0.1 version
2017-11-08 10:28:13 -08:00
Maxime Robert
511e56d633
docs(common): fix mis-ordered lines ( #20221 )
2017-11-06 11:29:12 -08:00
Igor Minar
1f1741c5ad
build(aio): upgrade to @anglar/core@5.0.0 and cli@1.5.0
...
-rw-r--r-- 1 iminar eng 14880 Nov 4 11:54
dist/0.b19e913fbdd6507d346b.chunk.js
-rw-r--r-- 1 iminar eng 1533 Nov 4 11:54
dist/inline.9183bfe0d60f43b6a772.bundle.js
-rw-r--r-- 1 iminar eng 486476 Nov 4 11:54
dist/main.f5445f99490330207c9c.bundle.js
-rw-r--r-- 1 iminar eng 37070 Nov 4 11:54
dist/polyfills.0dfca732c5a075c110d0.bundle.js
Closes #20184
2017-11-06 10:05:23 -08:00
Igor Minar
408ffb634e
build(aio): remove the build-optimizer flag
...
it's on by default now.
2017-11-06 10:05:23 -08:00
Igor Minar
73d857cb38
build(aio): use aot compiler for development
...
since it was not turned on by default in the cli we
have to opt in.
2017-11-06 10:05:23 -08:00
Jesús Rodríguez
3ab0963309
docs(aio): update ToH for CLI ( #19811 )
2017-11-06 10:02:40 -08:00
Chuck Jazdzewski
da22c48ef1
fix(compiler): report a reasonable error with invalid metadata ( #20062 )
...
The compiler would throw an internal exception if an import using
the `ngModule` syntax and the module as not a resolvable symbol.
Fixes : #20049
2017-11-06 10:01:49 -08:00
Haroen Viaene
f80d41f3e5
fix(aio): style correctly on Safari ( #20157 )
2017-11-06 10:00:57 -08:00
Pete Bacon Darwin
2b7ca4e9f8
ci(aio): move e2e tests to optional job ( #20178 )
2017-11-06 10:00:23 -08:00
Evan Carroll
4292540939
docs(aio): fixed case-typo for code ( #20196 )
2017-11-06 09:59:38 -08:00
JiaLiPassion
708379128f
fix(core): should support event.stopImmediatePropagation ( #19222 )
2017-11-03 15:22:43 -07:00
Jesús Rodríguez
131368c774
docs(aio): update pipes for CLI ( #19553 )
2017-11-03 15:21:41 -07:00
tinayuangao
94e0ef77ea
ci(aio): Add payload size percentage changes check to payload size task ( #19908 )
2017-11-03 15:20:49 -07:00
George Kalpakas
e4cd3b0564
test(aio): make e2e tests less flakey
...
closes #20117
2017-11-03 11:24:04 -07:00
George Kalpakas
22dc3ad94c
build(aio): upgrade protractor to v5.2.0
2017-11-03 11:23:55 -07:00
George Kalpakas
7077a61614
build(aio): use correct types for e2e tests
2017-11-03 11:23:45 -07:00
Ward Bell
9811bef278
docs: Bootstrapping guide prose for CLI ( #19777 )
2017-11-03 11:13:41 -07:00
Ward Bell
3298c4a79f
docs: Component Styles guide for CLI ( #19791 )
2017-11-03 11:12:58 -07:00
Alex Rickabaugh
5a6efa7a3f
fix(platform-browser): support Symbols in custom jasmineToString() method ( #19794 )
...
It's illegal to coerce a Symbol to a string, and results in a TypeError:
TypeError: Cannot convert a Symbol value to a string
Previously, the custom jasmineToString() method monkey-patched onto Maps
in platform-browser/testing/src/matchers.ts would coerce keys and values
to strings. A change in a newer version of Jasmine calls this method more
often, resulting in calls against Maps which contain Symbols in some
applications, which causes crashes.
The fix is to explicitly convert keys and values to strings, which does
work on Symbols.
2017-11-03 11:12:09 -07:00
Ward Bell
a8c786c8c9
docs: Deployment guide for CLI ( #19839 )
2017-11-03 11:11:16 -07:00
Olivier Combe
799cbb932c
fix(compiler): don't overwrite missingTranslation's value in JIT ( #19952 )
2017-11-03 11:09:07 -07:00
Ezeikel
e6f16a7629
docs(aio): Fix typo in Architecture Overview. ( #20073 )
2017-11-03 11:00:44 -07:00
Suguru Inatomi
1bb0333c23
docs(aio): Add v4 doc link to navigation ( #20089 )
...
Fixes #20090
2017-11-03 10:59:48 -07:00
Jesús Rodríguez
9fa0ffd8a5
build(aio): make plunker works with rxjs operators ( #20124 )
2017-11-03 10:48:08 -07:00
JiaLiPassion
678d1cfae1
fix(core): __symbol__ should return __zone_symbol__ without zone.js loaded ( #19541 )
2017-11-02 16:06:29 -07:00