George Kalpakas 
							
						 
					 
					
						
						
						
						
							
						
						
							8eb4a9d395 
							
						 
					 
					
						
						
							
							docs: fix docs and associated code snippets for enabling more macro tasks in fakeAsync() ( #35778 )  
						
						... 
						
						
						
						In the `testing` guide, there is a section discussing configuring
`fakeAsync()` to handle more macro tasks (e.g.
`HTMLCanvasElement#toBlob()`).
Previously, the corresponding code snippets (some of which were
hard-coded in the guide) were incorrect/incomplete and the associated
tests were broken. This was discovered while enabling docs examples unit
tests in #34374 .
This commit fixes the code snippets and associated tests and ensures the
examples used in the guide come from an example app (i.e. are not
hard-coded).
Note: The docs examples unit tests are currently not run on CI. This
will be fixed in #34374 .
PR Close  #35778  
						
						
					 
					
						2020-03-02 13:30:25 -08:00 
						 
				 
			
				
					
						
							
							
								JiaLiPassion 
							
						 
					 
					
						
						
						
						
							
						
						
							17b862cf82 
							
						 
					 
					
						
						
							
							feat: add an tickOptions parameter with property processNewMacroTasksSynchronously. ( #33838 )  
						
						... 
						
						
						
						This option will control whether to invoke the new macro tasks when ticking.
Close  #33799 
PR Close  #33838  
						
						
					 
					
						2020-02-20 15:14:59 -08:00 
						 
				 
			
				
					
						
							
							
								Sonu Kapoor 
							
						 
					 
					
						
						
						
						
							
						
						
							6091039223 
							
						 
					 
					
						
						
							
							docs: Rename FAQ to Useful Tips ( #35316 )  
						
						... 
						
						
						
						Previously, a section in the FAQ was not clear when discussing a
simple unit test. We also want to move away from question-based
sections. This commit clarified the confusing section and
changed all question-based sections.
Closes  #35056 
PR Close  #35316  
						
						
					 
					
						2020-02-12 16:40:17 -08:00 
						 
				 
			
				
					
						
							
							
								JiaLiPassion 
							
						 
					 
					
						
						
						
						
							
						
						
							dc5ac88a19 
							
						 
					 
					
						
						
							
							docs: fix wrong link of tick() ( #35168 )  
						
						... 
						
						
						
						PR Close  #35168  
						
						
					 
					
						2020-02-06 15:35:50 -08:00 
						 
				 
			
				
					
						
							
							
								Sonu Kapoor 
							
						 
					 
					
						
						
						
						
							
						
						
							e7cf37d99f 
							
						 
					 
					
						
						
							
							docs: clarify where the async utility function is coming from ( #34876 )  
						
						... 
						
						
						
						inside the `beforeEach` for out testing guide.
Fixes  #34833 
PR Close  #34876  
						
						
					 
					
						2020-01-22 14:40:17 -05:00 
						 
				 
			
				
					
						
							
							
								Stefanie Fluin 
							
						 
					 
					
						
						
						
						
							
						
						
							fe4447d568 
							
						 
					 
					
						
						
							
							feat(docs-infra): simplify image styles and remove figure references ( #33748 )  
						
						... 
						
						
						
						Reference #33259 
Removes figures elements as AIO is not typically using captions or image groups where figures would be necessary or appropriate
PR Close  #33748  
						
						
					 
					
						2019-11-14 09:27:02 -08:00 
						 
				 
			
				
					
						
							
							
								Srichandradeep Choudarapu 
							
						 
					 
					
						
						
						
						
							
						
						
							1bd8fdb766 
							
						 
					 
					
						
						
							
							docs: add missing parenthesis ( #33559 )  
						
						... 
						
						
						
						PR Close  #33559  
						
						
					 
					
						2019-11-05 21:08:59 +00:00 
						 
				 
			
				
					
						
							
							
								thanhpd 
							
						 
					 
					
						
						
						
						
							
						
						
							27745c5d8c 
							
						 
					 
					
						
						
							
							docs: added missing whitespaces ( #33424 )  
						
						... 
						
						
						
						PR Close  #33424  
						
						
					 
					
						2019-10-29 11:40:48 -07:00 
						 
				 
			
				
					
						
							
							
								thanhpd 
							
						 
					 
					
						
						
						
						
							
						
						
							2f6c97e93c 
							
						 
					 
					
						
						
							
							docs: remove redundant whitespaces and fix minor typos ( #33422 )  
						
						... 
						
						
						
						PR Close  #33422  
						
						
					 
					
						2019-10-29 11:39:17 -07:00 
						 
				 
			
				
					
						
							
							
								Stefanie Fluin 
							
						 
					 
					
						
						
						
						
							
						
						
							ba29e4d953 
							
						 
					 
					
						
						
							
							feat(docs-infra): implement figure styles ( #33259 )  
						
						... 
						
						
						
						PR#28396 originally addressed an update via issue #23983  to make images more visible with a white background (implementation of gray "lightbox").
This PR implements those styles defined in PR#28396.
PR Close  #33259  
						
						
					 
					
						2019-10-23 12:59:34 -07:00 
						 
				 
			
				
					
						
							
							
								Carlos Ortiz García 
							
						 
					 
					
						
						
						
						
							
						
						
							717bace7ba 
							
						 
					 
					
						
						
							
							docs(core): Document TestBed.get deprecation ( #32974 )  
						
						... 
						
						
						
						It was replaced by TestBed.inject, documenting such change.
PR Close  #32974  
						
						
					 
					
						2019-10-21 15:54:42 -04:00 
						 
				 
			
				
					
						
							
							
								Trevor Karjanis 
							
						 
					 
					
						
						
						
						
							
						
						
							5b2408f0a6 
							
						 
					 
					
						
						
							
							docs: fix typos in the routing and testing documentation ( #32329 )  
						
						... 
						
						
						
						PR Close  #32329  
						
						
					 
					
						2019-09-10 07:58:44 -04:00 
						 
				 
			
				
					
						
							
							
								Carlos Ortiz García 
							
						 
					 
					
						
						
						
						
							
						
						
							9166baf709 
							
						 
					 
					
						
						
							
							refactor(core): Migrate TestBed.get to TestBed.inject ( #32382 )  
						
						... 
						
						
						
						This is cleanup/followup for PR #32200 
PR Close  #32382  
						
						
					 
					
						2019-09-09 19:10:54 -04:00 
						 
				 
			
				
					
						
							
							
								Judy Bogart 
							
						 
					 
					
						
						
						
						
							
						
						
							b85ac03136 
							
						 
					 
					
						
						
							
							docs(upgrade): position old setup guide as legacy until it can be removed ( #32193 )  
						
						... 
						
						
						
						PR Close  #32193  
						
						
					 
					
						2019-08-21 15:20:48 -07:00 
						 
				 
			
				
					
						
							
							
								Kapunahele Wong 
							
						 
					 
					
						
						
						
						
							
						
						
							17bb633031 
							
						 
					 
					
						
						
							
							docs: remove download for testing examples ( #31949 )  
						
						... 
						
						
						
						Examples for testing are designed specifically to run in StackBlitz and
are not regular cli projects (e.g. their `main.ts` files may load and run
tests instead of bootstrapping an app). They are not intended to be
downloaded and built/run locally using the cli.
In order to avoid confusing users, this commit removes the download links
from the guide. If desired, the projects can still be exported locally
via StackBlitz's UI.
Related to #31020  and #31937 .
PR Close  #31949  
						
						
					 
					
						2019-08-08 12:13:29 -07:00 
						 
				 
			
				
					
						
							
							
								Kapunahele Wong 
							
						 
					 
					
						
						
						
						
							
						
						
							e5a89e047c 
							
						 
					 
					
						
						
							
							docs: update node:8-browsers to 10 in testing ( #32049 )  
						
						... 
						
						
						
						Fixes  #31993 
PR Close  #32049  
					
						2019-08-08 11:15:23 -07:00 
						 
				 
			
				
					
						
							
							
								George Kalpakas 
							
						 
					 
					
						
						
						
						
							
						
						
							a86850e3f2 
							
						 
					 
					
						
						
							
							refactor(docs-infra): remove obsolete format attribute from code examples ( #31674 )  
						
						... 
						
						
						
						The `format` attribute is an artifact of an old version of the docs
tooling (before moving it into the angular/angular repo) and no longer
does anything. People are still copy-pasting it from existing examples.
This commit removes all occurrences of the `format` attribute on code
examples.
PR Close  #31674  
						
						
					 
					
						2019-07-24 14:38:54 -07:00 
						 
				 
			
				
					
						
							
							
								George Kalpakas 
							
						 
					 
					
						
						
						
						
							
						
						
							1bcd58cee8 
							
						 
					 
					
						
						
							
							refactor(docs-infra): remove linenums=false since it is now the default ( #31674 )  
						
						... 
						
						
						
						PR Close  #31674  
						
						
					 
					
						2019-07-24 14:38:54 -07:00 
						 
				 
			
				
					
						
							
							
								Umair Sarfraz 
							
						 
					 
					
						
						
						
						
							
						
						
							9c06af2dfc 
							
						 
					 
					
						
						
							
							docs: update node minimum version ( #31192 )  
						
						... 
						
						
						
						Docs for for Travis CI setup suggest using node version 8 when the minimum should be 10. This commit updates the documentation by specifying the minimum required version as 10.
Fixes https://github.com/angular/angular/issues/31185 
PR Close  #31192  
						
						
					 
					
						2019-06-21 12:02:38 -07:00 
						 
				 
			
				
					
						
							
							
								Sander Vanneste 
							
						 
					 
					
						
						
						
						
							
						
						
							7c0667d215 
							
						 
					 
					
						
						
							
							docs: delete double dashes on ng command in testing guide ( #30551 )  
						
						... 
						
						
						
						Closes  #30550 
PR Close  #30551  
					
						2019-05-21 13:12:47 -07:00 
						 
				 
			
				
					
						
							
							
								Amadou Sall 
							
						 
					 
					
						
						
						
						
							
						
						
							7baf45fe88 
							
						 
					 
					
						
						
							
							docs: fix minor typo in testing.md ( #29464 )  
						
						... 
						
						
						
						PR Close  #29464  
						
						
					 
					
						2019-03-22 10:59:21 -07:00 
						 
				 
			
				
					
						
							
							
								Adam Plumer 
							
						 
					 
					
						
						
						
						
							
						
						
							a29ce57732 
							
						 
					 
					
						
						
							
							docs: migrate examples from @angular/http to @angular/common/http ( #28296 )  
						
						... 
						
						
						
						PR Close  #28296  
						
						
					 
					
						2019-03-11 10:52:17 -07:00 
						 
				 
			
				
					
						
							
							
								Amadou Sall 
							
						 
					 
					
						
						
						
						
							
						
						
							d2f015f57e 
							
						 
					 
					
						
						
							
							docs: fix minor typo ( #29100 )  
						
						... 
						
						
						
						tradition -> traditional
PR Close  #29100  
						
						
					 
					
						2019-03-04 10:15:37 -08:00 
						 
				 
			
				
					
						
							
							
								Amadou Sall 
							
						 
					 
					
						
						
						
						
							
						
						
							af8d58cb51 
							
						 
					 
					
						
						
							
							docs: capitalize karma ( #28775 )  
						
						... 
						
						
						
						PR Close  #28775  
						
						
					 
					
						2019-02-19 12:36:21 -08:00 
						 
				 
			
				
					
						
							
							
								Nikita Potapenko 
							
						 
					 
					
						
						
						
						
							
						
						
							2c00cb8f0f 
							
						 
					 
					
						
						
							
							docs(core): fixed code snippets ( #28619 )  
						
						... 
						
						
						
						PR Close  #28619  
						
						
					 
					
						2019-02-08 09:27:23 -08:00 
						 
				 
			
				
					
						
							
							
								ericksoen 
							
						 
					 
					
						
						
						
						
							
						
						
							6324ad45e7 
							
						 
					 
					
						
						
							
							docs: correct minor typo ( #27382 )  
						
						... 
						
						
						
						PR Close  #27382  
						
						
					 
					
						2019-01-22 10:19:05 -08:00 
						 
				 
			
				
					
						
							
							
								krzysztof-grzybek 
							
						 
					 
					
						
						
						
						
							
						
						
							cfb41452ce 
							
						 
					 
					
						
						
							
							docs: update testing doc example style for HostListener ( #26372 )  
						
						... 
						
						
						
						HostListener is preferred over host metadata by official style guide
PR Close  #26372  
						
						
					 
					
						2019-01-14 17:04:46 -08:00 
						 
				 
			
				
					
						
							
							
								Courtney Pattison 
							
						 
					 
					
						
						
						
						
							
						
						
							638375b7ca 
							
						 
					 
					
						
						
							
							docs: fix typo in testing guide ( #26828 )  
						
						... 
						
						
						
						PR Close  #26828  
						
						
					 
					
						2019-01-14 10:30:33 -08:00 
						 
				 
			
				
					
						
							
							
								Paul Gschwendtner 
							
						 
					 
					
						
						
						
						
							
						
						
							c7d1890aaa 
							
						 
					 
					
						
						
							
							build: remove travisci leftovers ( #27979 )  
						
						... 
						
						
						
						PR Close  #27979  
						
						
					 
					
						2019-01-09 10:41:16 -08:00 
						 
				 
			
				
					
						
							
							
								Michał Jawulski 
							
						 
					 
					
						
						
						
						
							
						
						
							3cb6dad6d5 
							
						 
					 
					
						
						
							
							docs: update npm scripts to support angular 7 ( #27334 )  
						
						... 
						
						
						
						PR Close  #27334  
						
						
					 
					
						2018-12-11 11:25:36 -08:00 
						 
				 
			
				
					
						
							
							
								Jacob Foshee 
							
						 
					 
					
						
						
						
						
							
						
						
							9e391e010c 
							
						 
					 
					
						
						
							
							docs: Minor: insert missing space ( #27213 )  
						
						... 
						
						
						
						PR Close  #27213  
						
						
					 
					
						2018-11-28 11:41:21 -08:00 
						 
				 
			
				
					
						
							
							
								Amadou Sall 
							
						 
					 
					
						
						
						
						
							
						
						
							8424f587b0 
							
						 
					 
					
						
						
							
							docs: replace ChromeNoSandbox by ChromeHeadlessCI ( #27304 )  
						
						... 
						
						
						
						the custom launcher name should be named ChromeHeadlessCI instead of ChromeNoSandbox.
PR Close  #27304  
						
						
					 
					
						2018-11-28 11:40:03 -08:00 
						 
				 
			
				
					
						
							
							
								Rob Phoenix 
							
						 
					 
					
						
						
						
						
							
						
						
							95914a0fbf 
							
						 
					 
					
						
						
							
							docs: update http to https where possible ( #26509 )  
						
						... 
						
						
						
						PR Close  #26509  
						
						
					 
					
						2018-10-18 11:57:57 -07:00 
						 
				 
			
				
					
						
							
							
								Rob Phoenix 
							
						 
					 
					
						
						
						
						
							
						
						
							9c50891d6e 
							
						 
					 
					
						
						
							
							docs: update links to Karma homepage ( #26509 )  
						
						... 
						
						
						
						PR Close  #26509  
						
						
					 
					
						2018-10-18 11:57:57 -07:00 
						 
				 
			
				
					
						
							
							
								Rob Phoenix 
							
						 
					 
					
						
						
						
						
							
						
						
							3a65c9ad4e 
							
						 
					 
					
						
						
							
							docs: Update link to angular-cli repo ( #26497 )  
						
						... 
						
						
						
						PR Close  #26497  
						
						
					 
					
						2018-10-17 11:24:19 -07:00 
						 
				 
			
				
					
						
							
							
								Alan 
							
						 
					 
					
						
						
						
						
							
						
						
							23d625172a 
							
						 
					 
					
						
						
							
							docs: update continuous integration story ( #26497 )  
						
						... 
						
						
						
						PR Close  #26497  
						
						
					 
					
						2018-10-17 11:24:19 -07:00 
						 
				 
			
				
					
						
							
							
								jenniferfell 
							
						 
					 
					
						
						
						
						
							
						
						
							0ef1f7ef0d 
							
						 
					 
					
						
						
							
							docs: change links to cli wiki to link to new aio docs files m to z ( #26492 )  
						
						... 
						
						
						
						PR Close  #26492  
						
						
					 
					
						2018-10-17 11:06:07 -07:00 
						 
				 
			
				
					
						
							
							
								William Marques 
							
						 
					 
					
						
						
						
						
							
						
						
							fc6dad40ac 
							
						 
					 
					
						
						
							
							fix(docs-infra): rename "title" by "header" to avoid unwanted tooltips ( #26396 )  
						
						... 
						
						
						
						Closes  #26174 
PR Close  #26396  
					
						2018-10-17 11:05:29 -07:00 
						 
				 
			
				
					
						
							
							
								JiaLi.Passion 
							
						 
					 
					
						
						
						
						
							
						
						
							ccceff5ecc 
							
						 
					 
					
						
						
							
							docs: add fakeAsync test new feature document ( #23117 )  
						
						... 
						
						
						
						PR Close  #23117  
						
						
					 
					
						2018-10-05 15:43:37 -07:00 
						 
				 
			
				
					
						
							
							
								Judy Bogart 
							
						 
					 
					
						
						
						
						
							
						
						
							f455518d80 
							
						 
					 
					
						
						
							
							docs: integrate cli doc from wiki into main doc ( #25776 )  
						
						... 
						
						
						
						PR Close  #25776  
						
						
					 
					
						2018-09-27 15:33:47 -07:00 
						 
				 
			
				
					
						
							
							
								Jonathan Sharpe 
							
						 
					 
					
						
						
						
						
							
						
						
							209cc7e1b0 
							
						 
					 
					
						
						
							
							docs: fix typo in testing guide  ( closes   #25400 ) ( #25418 )  
						
						... 
						
						
						
						PR Close  #25418  
						
						
					 
					
						2018-08-10 09:11:35 -07:00 
						 
				 
			
				
					
						
							
							
								Igor Minar 
							
						 
					 
					
						
						
						
						
							
						
						
							74518c4b2e 
							
						 
					 
					
						
						
							
							style: fix whitespace and indentation in the testing guide ( #21669 )  
						
						... 
						
						
						
						PR Close  #21669  
						
						
					 
					
						2018-08-08 13:11:15 -07:00 
						 
				 
			
				
					
						
							
							
								JiaLi.Passion 
							
						 
					 
					
						
						
						
						
							
						
						
							ebf508fcd0 
							
						 
					 
					
						
						
							
							docs: add docs for fakeAsync test with custom macroTask in aio ( #21669 )  
						
						... 
						
						
						
						PR Close  #21669  
						
						
					 
					
						2018-08-08 13:11:15 -07:00 
						 
				 
			
				
					
						
							
							
								Sámal Rasmussen 
							
						 
					 
					
						
						
						
						
							
						
						
							06a1974a48 
							
						 
					 
					
						
						
							
							docs: Update the link to the Jasmine docs ( #25175 )  
						
						... 
						
						
						
						Solves #24462 .
Also update the http part of the link to to https.
PR Close  #25175  
						
						
					 
					
						2018-08-01 16:12:43 -07:00 
						 
				 
			
				
					
						
							
							
								Rajesh Duggal 
							
						 
					 
					
						
						
						
						
							
						
						
							3f20a2fb5a 
							
						 
					 
					
						
						
							
							docs: fix link to "Override component providers" ( #24967 )  
						
						... 
						
						
						
						Closes  #24966 
PR Close  #24967  
					
						2018-07-30 21:53:21 -07:00 
						 
				 
			
				
					
						
							
							
								Stefanie Fluin 
							
						 
					 
					
						
						
						
						
							
						
						
							d523630ea2 
							
						 
					 
					
						
						
							
							docs(aio): cleanup aalert, callout, subsection use and author style ( #24986 )  
						
						... 
						
						
						
						PR Close  #24986  
						
						
					 
					
						2018-07-24 08:22:14 -07:00 
						 
				 
			
				
					
						
							
							
								Kirankumar Sripati 
							
						 
					 
					
						
						
						
						
							
						
						
							c8e865ac8e 
							
						 
					 
					
						
						
							
							docs: fix typo ( #24470 )  
						
						... 
						
						
						
						PR Close  #24470  
						
						
					 
					
						2018-06-13 11:54:26 -07:00 
						 
				 
			
				
					
						
							
							
								Aditya Bhardwaj 
							
						 
					 
					
						
						
						
						
							
						
						
							9add50129d 
							
						 
					 
					
						
						
							
							docs: fix typo ( #24210 )  
						
						... 
						
						
						
						closes  #23891 
PR Close  #24210  
					
						2018-05-30 17:06:12 -07:00 
						 
				 
			
				
					
						
							
							
								Vani 
							
						 
					 
					
						
						
						
						
							
						
						
							4247176b6e 
							
						 
					 
					
						
						
							
							docs: fix typo if FAQ section ( #24210 )  
						
						... 
						
						
						
						closes  #22360 
PR Close  #24210  
					
						2018-05-30 17:06:12 -07:00 
						 
				 
			
				
					
						
							
							
								Aditya Bhardwaj 
							
						 
					 
					
						
						
						
						
							
						
						
							223882aeb6 
							
						 
					 
					
						
						
							
							docs: fix typo ( #24201 )  
						
						... 
						
						
						
						closes  #23853 
PR Close  #24201  
					
						2018-05-30 11:24:11 -07:00