George Kalpakas
7060655806
docs: several minor NgModule
guide fixes/improvements ( #21589 )
...
PR Close #21589
2018-01-19 13:09:31 -08:00
George Kalpakas
b5fc3eb9de
docs: minor fixes (anchor tags, redundant whitespace, consistent code-snippets lang) ( #21589 )
...
PR Close #21589
2018-01-19 13:09:31 -08:00
Vani
451bdb9a75
docs: change titles to sentence case ( #21620 )
...
PR Close #21620
2018-01-19 13:09:25 -08:00
George Kalpakas
983ccc02ad
build(aio): fix zips testing commands ( #21629 )
...
PR Close #21629
2018-01-19 13:09:17 -08:00
Olivier Combe
00f99b3c4c
ci: update github bot messages ( #21634 )
...
Fixes #21633
PR Close #21634
2018-01-19 13:09:11 -08:00
Chuck Jazdzewski
ba4ea82f68
fix(compiler-cli): do not lower expressions in non-modules ( #21649 )
...
Fixes : #21651
PR Close #21649
2018-01-19 13:09:04 -08:00
Trotyl
982eb7bba8
fix(common): fallback to last defined value for named date and time formats ( #21299 )
...
closes #21282
PR Close #21299
2018-01-19 13:08:57 -08:00
Kapunahele Wong
3606c55410
docs: edit entry component FAQ ( #21487 )
...
PR Close #21487
2018-01-19 13:08:50 -08:00
Kapunahele Wong
2c65027391
docs: add server side redirect and fix NgModule FAQ links ( #21487 )
...
PR Close #21487
2018-01-19 13:08:50 -08:00
Kapunahele Wong
4ee92f14a6
docs: fix lazy loading example dir name ( #21475 )
...
PR Close #21475
2018-01-19 13:08:30 -08:00
Misko Hevery
c9b65914d3
build: add mhevery to bazel approvers ( #21314 )
...
PR Close #21314
2018-01-19 13:08:19 -08:00
Olivier Combe
02352bcd9e
fix(compiler): add support for marker tags in xliff serializers ( #21250 )
...
The Xliff serializer now supports the tags `seg-source` and `mrk`, while the Xliff2 serializer now supports `mrk`.
Fixes #21078
PR Close #21250
2018-01-19 13:08:10 -08:00
Miško Hevery
0d55600fd8
Revert "fix(core): fix chained http call ( #20924 )"
...
This reverts commit 54e75766adb22e15cd9831991e8537d2ca71eaef.
2018-01-19 13:06:33 -08:00
Alex Eagle
af4eb00c91
docs: add changelog for 5.2.1
5.2.1
2018-01-17 09:39:46 -08:00
Alex Eagle
d3e7ebb3b4
release: cut the 5.2.1 release
2018-01-17 09:37:50 -08:00
Alex Eagle
420f5c4275
build(bazel): remove spurious file ( #21455 )
...
PR Close #21455
2018-01-17 08:24:34 -08:00
Alan Agius
b773a4ab98
docs(aio): change df-question
to app-question
( #21438 )
...
closes : #21404
PR Close #21438
2018-01-17 07:20:52 -08:00
Jason Aden
55f15c54d9
docs(aio): add description and docs links for code samples ( #21561 )
...
PR Close #21561
2018-01-17 07:19:37 -08:00
Xander Garbett
4556532c26
feat(core): add binding name to content changed error ( #20352 )
...
Adding the binding name to the error message recieved by the user gives
extra context on what exactly changed. The tests are also updated to
reflect the new error message.
PR Close #20352
2018-01-17 07:17:00 -08:00
Benjamin Ingberg
54e75766ad
fix(core): fix chained http call ( #20924 )
...
Fixes an issue where chained http calls would prematurely call
testability whenStable callbacks after the first http call.
Fixes #20921
PR Close #20924
2018-01-17 07:14:55 -08:00
Victor Berchet
d3333f04ba
refactor(core): refactor WrappedValue ( #20997 )
...
- Improve `WrappedValue` by adding `unwrap` symetrical to `wrap`.
- remove dead code - `ValueUnwrapper`
The property `wrapped` is an implementation details and should never be accessed
directly - use `unwrap(wrappedValue)`. Will change to protected in Angular 7.
PR Close #20997
2018-01-16 07:13:24 -08:00
ghetolay
75f8522b8d
feat(forms): handle string with and without line boundary on pattern validator ( #19256 )
...
PR Close #19256
2018-01-16 07:12:14 -08:00
Pete Bacon Darwin
a771ee5d90
build(aio): move file cleaning to later in the doc gen ( #21540 )
...
Previously the generated files were cleaned out before
doc-gen began (via a yarn pre-script). This can cause a
race condition in the CLI server, which prevents the new
generated files from being picked up.
Now we delay the cleaning until the last minute to ensure
that they ar still picked up by the webpack server.
PR Close #21540
2018-01-16 07:11:01 -08:00
Alex Eagle
a4cbe3542a
ci: disable integration/cli-hello-world test ( #21492 )
...
it is non-hermetic and breaks often due to unpinned dependencies.
PR Close #21492
2018-01-12 14:57:45 -08:00
Keen Yee Liau
cc9419d1ca
fix(language-service): Clear caches when program changes ( #21337 )
...
This commit fixes a bug whereby the caches are not cleared when the
program changes. This subsequently produces the incorrect error of
'Component ... is not included in a module ...'.
PR Close #19405
PR Close #21337
2018-01-12 14:43:34 -08:00
Chuck Jazdzewski
d5393c7f91
docs(compiler): document the $any type cast function ( #20968 )
...
Closes #20966
PR Close #20968
2018-01-12 14:38:42 -08:00
Pete Bacon Darwin
71dd92bbb8
style(aio): enforce strict TypeScript checks ( #21342 )
...
Closes #20646
PR Close #21342
2018-01-12 14:37:02 -08:00
Olivier Combe
977978edb5
test(common): make date pipe tests work in more timezones ( #21379 )
...
Fixes #21112
PR Close #21379
2018-01-12 13:50:06 -08:00
George Kalpakas
eb70966065
fix(aio): correctly handle redirects ( #21416 )
...
- Fixes handling of some redirects by the ServiceWorker.
- Fixes redirect for old `NgFor` to new `NgForOf` URL.
Fixes #21318
PR Close #21416
2018-01-12 13:49:10 -08:00
George Kalpakas
cf4bea587d
ci(aio): run e2e tests in production
mode ( #21470 )
...
This will enable catching errors introduced by build optimizations that
do not appear in `development` mode.
Fixes #21446
PR Close #21470
2018-01-12 13:46:00 -08:00
Olivier Combe
8e9cd57951
fix(common): set correct timezone for ISO8601 dates in Safari ( #21506 )
...
Fixes #21491
PR Close #21506
2018-01-12 13:21:11 -08:00
Olivier Combe
f23896f519
docs: fix release schedule date ( #21474 )
...
PR Close #21474
2018-01-12 12:10:26 -08:00
Olivier Combe
0e59d18fc2
ci: add angular robot config file ( #21489 )
...
PR Close #21489
2018-01-12 10:12:28 -08:00
Igor Minar
54c8a321a9
ci: update pullapprove rules now that we allow selfapprovals ( #21494 )
...
PR Close #21494
2018-01-12 10:11:37 -08:00
Pete Bacon Darwin
9005a6f3cd
feat(aio): implement survey notification link ( #21371 )
...
Closes #21094
PR Close #21371
2018-01-12 10:06:08 -08:00
Marc Laval
3c6a5063f7
fix(benchpress): should still support selenium_webdriver < 3.6.0 ( #21477 )
...
PR Close #21477
2018-01-11 10:54:11 -08:00
Kapunahele Wong
b49d54e606
docs(forms): clarify note in reactive forms doc ( #21134 )
...
PR Close #21134
2018-01-11 07:04:15 -08:00
Olivier Combe
55fd82e587
docs: fix release schedule date ( #21469 )
...
PR Close #21469
2018-01-11 06:45:49 -08:00
Kara Erickson
7f3d0bbf97
build: update polyfill size ( #21461 )
...
PR Close #21461
2018-01-10 17:07:32 -08:00
Kapunahele Wong
3db02d244a
docs: fix lazy-loading example ( #20306 )
...
PR Close #20306
2018-01-10 16:26:28 -08:00
Kapunahele Wong
50b605686e
docs: fix yarn.lock ( #20306 )
...
PR Close #20306
2018-01-10 16:26:28 -08:00
Kapunahele Wong
64d4aafbc7
docs(aio): add NgModule docs ( #20306 )
...
PR Close #20306
2018-01-10 16:26:28 -08:00
Chuck Jazdzewski
a931a419fa
fix(compiler): make .ngsummary.json
files idempotent ( #21448 )
...
Fixes : #21432
PR Close #21448
2018-01-10 16:21:32 -08:00
Miško Hevery
6a97b5b722
docs(ivy): add Ivy as a recognized label ( #21428 )
...
PR Close #21428
2018-01-10 15:32:59 -08:00
Igor Minar
aad1126446
docs: update the release schedule with v6 info ( #21435 )
...
Fixes #20649
PR Close #21435
2018-01-10 15:20:27 -08:00
George Kalpakas
7b463df52b
fix(aio): preserve static Observable methods ( #21351 )
...
PR Close #21351
2018-01-10 14:30:42 -08:00
Igor Minar
a2432c9f10
build(aio): turn on namedChunks option to make debugging, profiling and tracking easier ( #21351 )
...
PR Close #21351
2018-01-10 14:30:42 -08:00
Igor Minar
e500484ccc
build(aio): upgrade to angular@5.2.0 ( #21351 )
...
-rw-r--r-- 1 iminar eng 72498 Jan 9 22:20 dist/0.0d2802b63e9f4f4615cd.chunk.js
-rw-r--r-- 1 iminar eng 14872 Jan 9 22:20 dist/4.c719ac5645940382cdce.chunk.js
-rw-r--r-- 1 iminar eng 1558 Jan 9 22:20 dist/inline.cb4b7a639193fc489d3b.bundle.js
-rw-r--r-- 1 iminar eng 454654 Jan 9 22:20 dist/main.b65f32ffc92e075e64e0.bundle.js
-rw-r--r-- 1 iminar eng 40264 Jan 9 22:20 dist/polyfills.87edf5d695f14a29bf91.bundle.js
-rw-r--r-- 1 iminar eng 54001 Jan 9 22:20 dist/worker-basic.min.js
PR Close #21351
2018-01-10 14:30:42 -08:00
Igor Minar
a0dcb0b828
ci(aio): track sizes of all js files ( #21351 )
...
PR Close #21351
2018-01-10 14:30:42 -08:00
Igor Minar
c4b71920d1
build(aio): upgrade to angular@5.2.0-rc.0 ( #21351 )
...
Because of c2b3792 one of the test assertions had to be adjusted (more info: https://github.com/angular/angular/pull/21351#issuecomment-356083940 ).
PR Close #21351
2018-01-10 14:30:42 -08:00