Tomas Veras 
							
						 
					 
					
						
						
						
						
							
						
						
							6bd20e8b2f 
							
						 
					 
					
						
						
							
							docs: add missing type when handling errors in hero service. ( #28256 )  
						
						... 
						
						
						
						PR Close  #28256  
						
						
					 
					
						2019-01-22 09:43:43 -08:00 
						 
				 
			
				
					
						
							
							
								Kapunahele Wong 
							
						 
					 
					
						
						
						
						
							
						
						
							8a08ff1571 
							
						 
					 
					
						
						
							
							docs: fix comments in services example ( #26194 )  
						
						... 
						
						
						
						PR Close  #26194  
						
						
					 
					
						2019-01-16 17:38:23 -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 
						 
				 
			
				
					
						
							
							
								Steve Dignan 
							
						 
					 
					
						
						
						
						
							
						
						
							9c2f6d72d6 
							
						 
					 
					
						
						
							
							docs: minor wording change in code example comment ( #26835 )  
						
						... 
						
						
						
						PR Close  #26835  
						
						
					 
					
						2019-01-14 10:31:23 -08:00 
						 
				 
			
				
					
						
							
							
								George Kalpakas 
							
						 
					 
					
						
						
						
						
							
						
						
							8c3f98fdbb 
							
						 
					 
					
						
						
							
							docs(service-worker): fix example of manually checking for updates ( #28020 )  
						
						... 
						
						
						
						Poll for updates in a way that does not prevent the SW from being
registered. Discussed in https://github.com/angular/angular/pull/27332#pullrequestreview-179504620 .
PR Close  #28020  
						
						
					 
					
						2019-01-11 11:17:18 -08:00 
						 
				 
			
				
					
						
							
							
								George Kalpakas 
							
						 
					 
					
						
						
						
						
							
						
						
							89a39bb22a 
							
						 
					 
					
						
						
							
							style(service-worker): fix code formatting in service-worker-getting-started example ( #28020 )  
						
						... 
						
						
						
						PR Close  #28020  
						
						
					 
					
						2019-01-11 11:17:18 -08:00 
						 
				 
			
				
					
						
							
							
								George Kalpakas 
							
						 
					 
					
						
						
						
						
							
						
						
							12f509c218 
							
						 
					 
					
						
						
							
							docs(service-worker): fix the service-worker-getting-started docs example ( #28020 )  
						
						... 
						
						
						
						Changes:
- Change the project type to `service-worker`, so that it gets
  appropriate `package.json` (with `@angular/service-worker` dependency)
  and `angular.json` (with `serviceWorker: true` in production config).
- Move `ngsw-config.json` to the correct directory.
- Specify custom test commands for aio's `yarn example-e2e` to also
  verify that the ServiceWorker bits are set up correctly.
PR Close  #28020  
						
						
					 
					
						2019-01-11 11:17:18 -08:00 
						 
				 
			
				
					
						
							
							
								Kapunahele Wong 
							
						 
					 
					
						
						
						
						
							
						
						
							d505468fb7 
							
						 
					 
					
						
						
							
							docs: re-write interpolation section and add example ( #25170 )  
						
						... 
						
						
						
						PR Close  #25170  
						
						
					 
					
						2019-01-11 11:12:44 -08:00 
						 
				 
			
				
					
						
							
							
								Paul Gschwendtner 
							
						 
					 
					
						
						
						
						
							
						
						
							c7d1890aaa 
							
						 
					 
					
						
						
							
							build: remove travisci leftovers ( #27979 )  
						
						... 
						
						
						
						PR Close  #27979  
						
						
					 
					
						2019-01-09 10:41:16 -08:00 
						 
				 
			
				
					
						
							
							
								Andrew Crites 
							
						 
					 
					
						
						
						
						
							
						
						
							1de4031d9c 
							
						 
					 
					
						
						
							
							docs: use static zip function as an Observable creator. ( #26790 )  
						
						... 
						
						
						
						The existing example makes it seem like zip is a pipeable operator. It can be used this way, but I think that is for backwards compatibility. You can achieve the same functionality by using it as an Observable creator. I think this also makes the example clearer.
PR Close  #26790  
						
						
					 
					
						2019-01-08 17:16:45 -08:00 
						 
				 
			
				
					
						
							
							
								Zheng Kai 
							
						 
					 
					
						
						
						
						
							
						
						
							f6c91c5a5a 
							
						 
					 
					
						
						
							
							docs: update rxjs example and change fromPromise to from ( #27443 )  
						
						... 
						
						
						
						the first example at https://angular.io/guide/rx-library ,
https://github.com/ReactiveX/rxjs-tslint/issues/7 
PR Close  #27443  
						
						
					 
					
						2019-01-08 16:15:53 -08:00 
						 
				 
			
				
					
						
							
							
								dennisameling 
							
						 
					 
					
						
						
						
						
							
						
						
							3983d04b1c 
							
						 
					 
					
						
						
							
							docs: fix dynamic-component-loader example for Adblock Plus + EasyList ( #27212 )  
						
						... 
						
						
						
						Reported issue in #18138  is due to EasyList being selected in ABP. This commit fixes both the image at the bottom of the Dynamic Component Loader example, and the Stackblitz demo.
Fixes  #18138 
PR Close  #27212  
						
						
					 
					
						2018-11-30 13:35:38 -08:00 
						 
				 
			
				
					
						
							
							
								seunggabi 
							
						 
					 
					
						
						
						
						
							
						
						
							36e7bf1b7b 
							
						 
					 
					
						
						
							
							style: change style css syntax ( #27253 )  
						
						... 
						
						
						
						PR Close  #27253  
						
						
					 
					
						2018-11-29 21:26:53 -08:00 
						 
				 
			
				
					
						
							
							
								Matthew Harris 
							
						 
					 
					
						
						
						
						
							
						
						
							9729e8f4b9 
							
						 
					 
					
						
						
							
							docs: removed unused pull-left classes from hero form component ( #26178 )  
						
						... 
						
						
						
						PR Close  #26178  
						
						
					 
					
						2018-11-09 10:23:17 -08:00 
						 
				 
			
				
					
						
							
							
								Frederik Schlemmer 
							
						 
					 
					
						
						
						
						
							
						
						
							ac1988d8e6 
							
						 
					 
					
						
						
							
							docs: add missing instruction in HTTP section ( #25715 )  
						
						... 
						
						
						
						PR Close  #25715  
						
						
					 
					
						2018-11-09 09:44:11 -08:00 
						 
				 
			
				
					
						
							
							
								Nikhil Sharma 
							
						 
					 
					
						
						
						
						
							
						
						
							0d972d9bbf 
							
						 
					 
					
						
						
							
							docs: update hero search component to use input event ( #26440 )  
						
						... 
						
						
						
						PR Close  #26440  
						
						
					 
					
						2018-11-08 11:29:10 -08:00 
						 
				 
			
				
					
						
							
							
								djy0 
							
						 
					 
					
						
						
						
						
							
						
						
							678c28175e 
							
						 
					 
					
						
						
							
							docs: fix typo ( #26776 )  
						
						... 
						
						
						
						PR Close  #26776  
						
						
					 
					
						2018-10-30 16:24:13 -04:00 
						 
				 
			
				
					
						
							
							
								Alexander Teplyashin 
							
						 
					 
					
						
						
						
						
							
						
						
							b95089db20 
							
						 
					 
					
						
						
							
							docs: replace unused variable by _ ( #26768 )  
						
						... 
						
						
						
						replace unused variable by _  to keep the code consistent between examples
PR Close  #26768  
						
						
					 
					
						2018-10-30 13:49:52 -04:00 
						 
				 
			
				
					
						
							
							
								Pete Bacon Darwin 
							
						 
					 
					
						
						
						
						
							
						
						
							d878f3df93 
							
						 
					 
					
						
						
							
							test(core): fix security example e2e test ( #26777 )  
						
						... 
						
						
						
						The changes in d5cbcef0ea8e3c caused this test to fail.
PR Close  #26777  
						
						
					 
					
						2018-10-26 12:31:49 -04:00 
						 
				 
			
				
					
						
							
							
								George Kalpakas 
							
						 
					 
					
						
						
						
						
							
						
						
							0cc9842bf6 
							
						 
					 
					
						
						
							
							test(upgrade): make e2e tests for upgrade docs examples less flaky ( #26726 )  
						
						... 
						
						
						
						PR Close  #26726  
						
						
					 
					
						2018-10-24 19:49:14 -04:00 
						 
				 
			
				
					
						
							
							
								George Kalpakas 
							
						 
					 
					
						
						
						
						
							
						
						
							54ea10288e 
							
						 
					 
					
						
						
							
							test(elements): make e2e tests for elements docs examples even less flaky ( #26726 )  
						
						... 
						
						
						
						PR Close  #26726  
						
						
					 
					
						2018-10-24 19:49:14 -04:00 
						 
				 
			
				
					
						
							
							
								George Kalpakas 
							
						 
					 
					
						
						
						
						
							
						
						
							b647608c96 
							
						 
					 
					
						
						
							
							test(elements): make e2e tests for elements docs examples less flaky ( #26377 )  
						
						... 
						
						
						
						PR Close  #26377  
						
						
					 
					
						2018-10-23 14:35:37 -07:00 
						 
				 
			
				
					
						
							
							
								George Kalpakas 
							
						 
					 
					
						
						
						
						
							
						
						
							31c462ae3f 
							
						 
					 
					
						
						
							
							test(animations): make e2e tests for animations docs examples less flaky ( #26377 )  
						
						... 
						
						
						
						PR Close  #26377  
						
						
					 
					
						2018-10-23 14:35:37 -07:00 
						 
				 
			
				
					
						
							
							
								jenniferfell 
							
						 
					 
					
						
						
						
						
							
						
						
							b2db32b715 
							
						 
					 
					
						
						
							
							docs: getting started updated for accuracy and style ( #26093 )  
						
						... 
						
						
						
						PR Close  #26093  
						
						
					 
					
						2018-10-12 14:16:02 -07:00 
						 
				 
			
				
					
						
							
							
								Brandon Roberts 
							
						 
					 
					
						
						
						
						
							
						
						
							67ad9468d3 
							
						 
					 
					
						
						
							
							docs: fix broken lazy loading examples with Angular CLI RC upgrade ( #25892 )  
						
						... 
						
						
						
						PR Close  #25892  
						
						
					 
					
						2018-10-09 17:04:19 -07:00 
						 
				 
			
				
					
						
							
							
								Brandon Roberts 
							
						 
					 
					
						
						
						
						
							
						
						
							67435d456c 
							
						 
					 
					
						
						
							
							Revert "docs: add testing styles in index.html, remove additional configuration" ( #25892 )  
						
						... 
						
						
						
						This reverts commit 621d82a44c9d46f69f3296b302984f5949b8dee8.
PR Close  #25892  
						
						
					 
					
						2018-10-09 17:04:19 -07:00 
						 
				 
			
				
					
						
							
							
								Brandon Roberts 
							
						 
					 
					
						
						
						
						
							
						
						
							fbfce79b93 
							
						 
					 
					
						
						
							
							docs: add testing styles in index.html, remove additional configuration ( #25892 )  
						
						... 
						
						
						
						PR Close  #25892  
						
						
					 
					
						2018-10-09 17:04:19 -07:00 
						 
				 
			
				
					
						
							
							
								Brandon Roberts 
							
						 
					 
					
						
						
						
						
							
						
						
							2a14dfa4ba 
							
						 
					 
					
						
						
							
							docs: update shared example dependencies to Angular 7 and CLI 7 ( #25892 )  
						
						... 
						
						
						
						PR Close  #25892  
						
						
					 
					
						2018-10-09 17:04:19 -07:00 
						 
				 
			
				
					
						
							
							
								siddhant 
							
						 
					 
					
						
						
						
						
							
						
						
							0bdea1f69c 
							
						 
					 
					
						
						
							
							docs: update docs to reflect the changes in RxJS 6 ( #26238 )  
						
						... 
						
						
						
						PR Close  #26238  
						
						
					 
					
						2018-10-08 13:43:12 -07:00 
						 
				 
			
				
					
						
							
							
								JiaLi.Passion 
							
						 
					 
					
						
						
						
						
							
						
						
							ccceff5ecc 
							
						 
					 
					
						
						
							
							docs: add fakeAsync test new feature document ( #23117 )  
						
						... 
						
						
						
						PR Close  #23117  
						
						
					 
					
						2018-10-05 15:43:37 -07:00 
						 
				 
			
				
					
						
							
							
								Brandon Roberts 
							
						 
					 
					
						
						
						
						
							
						
						
							0aafbac99b 
							
						 
					 
					
						
						
							
							docs: clean up providedIn: 'root' syntax for router examples ( #20023 )  
						
						... 
						
						
						
						PR Close  #20023  
						
						
					 
					
						2018-09-26 10:14:49 -07:00 
						 
				 
			
				
					
						
							
							
								Brandon Roberts 
							
						 
					 
					
						
						
						
						
							
						
						
							1fb3c4ffee 
							
						 
					 
					
						
						
							
							docs: Update router guide to use Angular CLI ( #20023 )  
						
						... 
						
						
						
						PR Close  #20023  
						
						
					 
					
						2018-09-26 10:14:49 -07:00 
						 
				 
			
				
					
						
							
							
								Brandon Roberts 
							
						 
					 
					
						
						
						
						
							
						
						
							3c8aa0b301 
							
						 
					 
					
						
						
							
							docs: Refresh content on routable animations for router guide ( #20023 )  
						
						... 
						
						
						
						PR Close  #20023  
						
						
					 
					
						2018-09-26 10:14:49 -07:00 
						 
				 
			
				
					
						
							
							
								Brandon Roberts 
							
						 
					 
					
						
						
						
						
							
						
						
							354d1944bb 
							
						 
					 
					
						
						
							
							docs: remove unused properties from forms overview example ( #25663 )  
						
						... 
						
						
						
						PR Close  #25663  
						
						
					 
					
						2018-09-25 18:48:15 -07:00 
						 
				 
			
				
					
						
							
							
								Brandon Roberts 
							
						 
					 
					
						
						
						
						
							
						
						
							9b14483824 
							
						 
					 
					
						
						
							
							docs: more overview feedback changes ( #25663 )  
						
						... 
						
						
						
						PR Close  #25663  
						
						
					 
					
						2018-09-25 18:48:15 -07:00 
						 
				 
			
				
					
						
							
							
								Brandon Roberts 
							
						 
					 
					
						
						
						
						
							
						
						
							8d098d389a 
							
						 
					 
					
						
						
							
							docs: incorporated forms overview review feedback ( #25663 )  
						
						... 
						
						
						
						PR Close  #25663  
						
						
					 
					
						2018-09-25 18:48:15 -07:00 
						 
				 
			
				
					
						
							
							
								Brandon Roberts 
							
						 
					 
					
						
						
						
						
							
						
						
							5649acd03f 
							
						 
					 
					
						
						
							
							docs: add forms overview example for snippets ( #25663 )  
						
						... 
						
						
						
						PR Close  #25663  
						
						
					 
					
						2018-09-25 18:48:15 -07:00 
						 
				 
			
				
					
						
							
							
								Vani 
							
						 
					 
					
						
						
						
						
							
						
						
							c7e2930f25 
							
						 
					 
					
						
						
							
							docs: fix issues related to tutorial. ( #24445 )  
						
						... 
						
						
						
						PR Close  #24445  
						
						
					 
					
						2018-09-25 18:45:19 -07:00 
						 
				 
			
				
					
						
							
							
								Vani 
							
						 
					 
					
						
						
						
						
							
						
						
							f91b0455c0 
							
						 
					 
					
						
						
							
							docs(animations): updated animation docs ( #24206 )  
						
						... 
						
						
						
						PR Close  #24206  
						
						
					 
					
						2018-09-19 10:37:31 -07:00 
						 
				 
			
				
					
						
							
							
								Kapunahele Wong 
							
						 
					 
					
						
						
						
						
							
						
						
							a09c3923db 
							
						 
					 
					
						
						
							
							docs: delete old comments from example ( #25931 )  
						
						... 
						
						
						
						PR Close  #25931  
						
						
					 
					
						2018-09-13 15:33:33 -07:00 
						 
				 
			
				
					
						
							
							
								Judy Bogart 
							
						 
					 
					
						
						
						
						
							
						
						
							2379ad1a4b 
							
						 
					 
					
						
						
							
							docs: edit and organize di guide ( #21915 )  
						
						... 
						
						
						
						PR Close  #21915  
						
						
					 
					
						2018-08-30 13:15:47 -04:00 
						 
				 
			
				
					
						
							
							
								Ana María Martínez Gómez 
							
						 
					 
					
						
						
						
						
							
						
						
							cc55d609ce 
							
						 
					 
					
						
						
							
							docs: add HttpClientModule import code to services tutorial ( #24854 )  
						
						... 
						
						
						
						To be able to copy and paste.
PR Close  #24854  
						
						
					 
					
						2018-08-16 13:51:18 -07:00 
						 
				 
			
				
					
						
							
							
								Tomasz Kula 
							
						 
					 
					
						
						
						
						
							
						
						
							c8c1aa7fc0 
							
						 
					 
					
						
						
							
							docs(aio): add async validation chapter ( #25189 )  
						
						... 
						
						
						
						Closes  #22881 
PR Close  #25189  
					
						2018-08-10 09:14:25 -07:00 
						 
				 
			
				
					
						
							
							
								maxv 
							
						 
					 
					
						
						
						
						
							
						
						
							6c359afce6 
							
						 
					 
					
						
						
							
							docs: make css multiline in styleguide for consistency ( #25300 )  
						
						... 
						
						
						
						PR Close  #25300  
						
						
					 
					
						2018-08-08 13:12:34 -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 
						 
				 
			
				
					
						
							
							
								Guillermo Facundo Colunga 
							
						 
					 
					
						
						
						
						
							
						
						
							7bf5a43385 
							
						 
					 
					
						
						
							
							docs: refining code of tutorial 7 routing ( #22151 )  
						
						... 
						
						
						
						Removed the dead code from hero-detail.component.ts
Fixes  #21908 
PR Close  #22151  
						
						
					 
					
						2018-08-07 11:08:53 -07:00 
						 
				 
			
				
					
						
							
							
								Dario Braun 
							
						 
					 
					
						
						
						
						
							
						
						
							397530ab24 
							
						 
					 
					
						
						
							
							docs: remove code in universal hero detail component ( #25215 )  
						
						... 
						
						
						
						This reverts commit e9cc3dad8f39bc8dfabfb708a825f90fcd2ab697.
PR Close  #25215  
						
						
					 
					
						2018-08-06 13:39:23 -07:00 
						 
				 
			
				
					
						
							
							
								Brandon Roberts 
							
						 
					 
					
						
						
						
						
							
						
						
							74bce18190 
							
						 
					 
					
						
						
							
							Revert "docs: refactor http module import for style guide app.module ( #25001 )" ( #25263 )  
						
						... 
						
						
						
						This reverts commit 88da8f3d52045aa12f6b6a499da070310ae157c6.
PR Close  #25263  
						
						
					 
					
						2018-08-02 09:20:12 -07:00 
						 
				 
			
				
					
						
							
							
								George Kalpakas 
							
						 
					 
					
						
						
						
						
							
						
						
							f1223628a6 
							
						 
					 
					
						
						
							
							docs(elements): add link to full example in elements guide ( #25219 )  
						
						... 
						
						
						
						PR Close  #25219  
						
						
					 
					
						2018-08-02 08:32:59 -07:00 
						 
				 
			
				
					
						
							
							
								Daniel 
							
						 
					 
					
						
						
						
						
							
						
						
							88da8f3d52 
							
						 
					 
					
						
						
							
							docs: refactor http module import for style guide app.module ( #25001 )  
						
						... 
						
						
						
						PR Close  #25001  
						
						
					 
					
						2018-08-01 10:55:17 -07:00