Daniel Sogl
fe23a6e77e
docs(aio): unified console.log single string style ( #22737 )
...
PR Close #22737
2018-07-10 11:11:30 -07:00
George Kalpakas
d7c4898081
build: remove unnecessary internal-angular
karma reporter ( #24803 )
...
The reporter was added in 87d56acda, with the purpose of fixing
source-map paths (which was apparently needed back then). Things have
moved around a lot since then and the custom reporter doesn't seem to be
necessary any more. By removing the reporter, we have one less thing to
worry about while upgrading karma; plus we get improvements in built-in
reporters for free.
Output with the custom reporter:
```
at someMethod (packages/core/.../some-file.ts:13:37)
```
Output with the built-in reporter:
```
at someMethod (packages/core/.../some-file.ts:13.37 <- dist/all/@angular/core/.../some-file.js:1:337)
```
PR Close #24803
2018-07-09 15:14:02 -07:00
George Kalpakas
98c509fecb
build: make internal-angular
karma reporter compatible with latest karma ( #24803 )
...
Due to changes in karma@1.0.0, `internal-angular` karma reporter stopped
showing browser logs (such as `console.log()` etc.).
Related to d571a5173.
PR Close #24803
2018-07-09 15:10:49 -07:00
Olivier Combe
a92f111b66
fix(common): use correct currency format for locale de-AT ( #24658 )
...
Fixes #24609
PR Close #24658
2018-07-09 15:10:07 -07:00
George Kalpakas
de1c44f6e3
fix(language-service): do not overwrite native Reflect
( #24299 )
...
Fixes #21420
PR Close #24299
2018-07-09 15:09:17 -07:00
George Kalpakas
183b079175
fix(service-worker): avoid network requests when looking up hashed resources in cache ( #24127 )
...
PR Close #24127
2018-07-06 13:50:38 -07:00
George Kalpakas
8f8caa13b7
refactor(service-worker): avoid unnecessary operations and remove unused code ( #24127 )
...
PR Close #24127
2018-07-06 13:50:38 -07:00
Paul Spears
195dc0748b
docs: update Angular Boot Camp description ( #23653 )
...
PR Close #23653
2018-07-06 13:49:57 -07:00
Daniel
2c6f84b25d
docs: refactored ng-container code ( #22742 )
...
PR Close #22742
2018-07-06 13:49:35 -07:00
Greg Magolan
8e726f7d7b
build(bazel): update to rule_nodejs 0.10.0 ( #24759 )
...
PR Close #24759
2018-07-06 10:18:21 -07:00
Judy Bogart
2d1102f5bf
docs: add workspace and related cli terms ( #24633 )
...
PR Close #24633
2018-07-06 10:13:40 -07:00
riren
0437598609
docs(common): fix in the documentation of PUT ( #24528 )
...
PR Close #24528
2018-07-06 10:13:20 -07:00
Sergej
bc2bf184a2
docs: describe rounding behaviour of 'DecimalPipe' ( #24303 )
...
PR Close #24303
2018-07-06 10:13:00 -07:00
Will
b51ce62c58
docs(aio): added a link to Angular Zero online course (Traditional Chinese) ( #24228 )
...
PR Close #24228
2018-07-06 10:11:02 -07:00
Kapunahele Wong
25b532e819
docs: clarify faqs about services ( #24079 )
...
PR Close #24079
2018-07-06 10:10:41 -07:00
ampGular
69c8226a9f
docs: add app.module to changed documents ( #23876 )
...
PR Close #23876
2018-07-06 10:10:21 -07:00
Sarun Intaralawan
5326537985
docs(router): add paramsInheritanceStrategy
documentation ( #22590 )
...
PR Close #22590
2018-07-06 10:10:02 -07:00
Rafael
ada486a1dd
docs: fix typos in 'Httpclient' docs ( #19127 )
...
PR Close #19127
2018-07-06 10:09:41 -07:00
paulmojicatech
563e8e3e56
docs: fix documention for attributes directive ( #24367 )
...
fix:update documentation for attributes directive to fix error
PR Close #24367
2018-07-03 18:34:59 -04:00
Miško Hevery
dd931c73ec
ci: fix broken build ( #24747 )
2018-07-03 13:30:17 -07:00
Kevin Villela
b8975a90ca
fix(core): use addCustomEqualityTester instead of overriding toEqual ( #22983 )
...
This propagates other custom equality testers added by users. Additionally, if
an Angular project is using jasmine 2.6+, it will allow Jasmine's custom object
differ to print out pretty test error messages.
fixes #22939
PR Close #22983
2018-07-03 08:40:00 -07:00
Michael Prentice
f44161503a
docs(aio): update contributors entry ( #23786 )
...
PR Close #23786
2018-07-02 15:45:39 -07:00
Rob Wormald
6c55a130b1
feat(core): add support for ShadowDOM v1 ( #24718 )
...
add a new ViewEncapsulation.ShadowDom option that uses the v1 Shadow DOM API to provide style encapsulation.
PR Close #24718
2018-07-02 14:37:42 -07:00
Jonathan Sharpe
144a624088
docs: update HTTP error test example again ( #24701 )
...
This has somehow regressed since angular/angular#22844 was merged.
PR Close #24701
2018-07-02 14:37:18 -07:00
Conner Chyung
f561f5a460
docs: fix typo in pipes guide ( #24452 )
...
PR Close #24452
2018-07-02 14:36:55 -07:00
Arunkarthick S. R
916914be13
docs: fix docregion in attribute directives for highlight directive ( #23972 )
...
Fixes #23503
PR Close #23972
2018-07-02 14:36:24 -07:00
Trotyl
9a98de941d
fix(common): properly update collection reference in NgForOf ( #24684 )
...
closes #24155
PR Close #24684
2018-06-29 06:43:45 -07:00
Peter Mihalik
0f1de35604
docs(core): rephrase doc for Injector.get ( #24670 )
...
PR Close #24670
2018-06-29 06:43:19 -07:00
Pete Bacon Darwin
d89f57f9d5
build(docs-infra): render short description of parameters in API docs ( #24537 )
...
PR Close #24537
2018-06-28 15:03:15 -07:00
Brandon Roberts
ac5b69f783
fix(docs-infra): use clean package.json template when generating zips ( #24691 )
...
Closes #24689
PR Close #24691
2018-06-28 15:01:01 -07:00
Brandon Roberts
5ddd6dcedd
docs: include ts-loader as shared example dependency ( #24691 )
...
Closes #24671
PR Close #24691
2018-06-28 15:01:01 -07:00
FinnStutzenstein
ad68332fa0
docs: consistent spacing in tutorial html files ( #23105 ) ( #24497 )
...
- Removed surrounding spaces in interpolation expressions following the styleguide
- Consistant spacing of two spaces in html
Fixes #23105
PR Close #24497
2018-06-28 17:56:20 -04:00
Jason Aden
2880cf9ef1
release: cut the v6.0.7 release
6.0.7
2018-06-27 16:54:22 -07:00
Olivier Combe
64a8584a92
fix(common): use correct ICU plural for locale mk ( #24659 )
...
PR Close #24659
2018-06-27 15:03:34 -07:00
George Kalpakas
97897ab738
refactor(upgrade): fix examples for strictPropertyInitialization
and remove internal comments ( #18487 )
...
PR Close #18487
2018-06-27 14:57:54 -07:00
Kapunahele Wong
9378f44d6d
docs(aio): tech edits to upgrade-lazy ( #18487 )
...
PR Close #18487
2018-06-27 14:53:24 -07:00
Peter Bacon Darwin
afa46af4c6
docs(upgrade): use a class for upgraded service ( #18487 )
...
This makes the resulting use in Angular more ideomatic, since we can just
use the class type as the injection indicator.
PR Close #18487
2018-06-27 14:53:24 -07:00
Peter Bacon Darwin
dbffdcc442
docs(upgrade): fix sub-ordered-list syntax ( #18487 )
...
We must always use 1., 2. etc, to indicate ordered lists, even for sub-lists.
We can change the sublist to display as a., b. etc, via CSS.
PR Close #18487
2018-06-27 14:53:24 -07:00
Georgios Kalpakas
06d68a1b9f
docs(upgrade): add guide about downgradeModule()
( #18487 )
...
PR Close #18487
2018-06-27 14:53:24 -07:00
Georgios Kalpakas
75dd3c5ca5
docs(upgrade): add API docs for downgradeModule()
( #18487 )
...
PR Close #18487
2018-06-27 14:53:24 -07:00
Georgios Kalpakas
23f56198a5
docs(upgrade): add API docs for propagateDigest
( #18487 )
...
PR Close #18487
2018-06-27 14:53:24 -07:00
Georgios Kalpakas
69167e4519
docs(upgrade): update API docs for upgrade/static ( #18487 )
...
PR Close #18487
2018-06-27 14:53:22 -07:00
Georgios Kalpakas
10feafcf27
docs: minor fixes in docs-style-guide
( #18487 )
...
PR Close #18487
2018-06-27 14:49:14 -07:00
Georgios Kalpakas
3f3fed95be
test: minor improvements in examples e2e tests script ( #18487 )
...
PR Close #18487
2018-06-27 14:49:13 -07:00
Nico de Haen
94433f3b9e
docs: fix unit tests in toh-pt6 ( #24491 )
...
Resolves #20373
PR Close #24491
2018-06-27 14:33:26 -07:00
Alan Agius
aa753878e6
docs: add explanation for enableResourceInlining
( #24644 )
...
PR Close #24644
2018-06-27 14:31:54 -07:00
Tomasz Kula
3513ae40cc
docs(aio): fix adding to template driven forms ( #23743 )
...
PR Close #23743
2018-06-26 11:03:36 -07:00
Tomasz Kula
979e7b6086
docs(aio): fix issues suggested by Brandon ( #23743 )
...
PR Close #23743
2018-06-26 11:03:36 -07:00
Tomasz Kula
41f008d109
docs(aio): fix issues suggested by Kara ( #23743 )
...
PR Close #23743
2018-06-26 11:03:36 -07:00
Tomasz Kula
c950410ee1
docs(aio): address pr review issues ( #23743 )
...
PR Close #23743
2018-06-26 11:03:36 -07:00