Alan Agius 
							
						 
					 
					
						
						
						
						
							
						
						
							7623d74607 
							
						 
					 
					
						
						
							
							docs(aio): clean up frequent ng-modules ( #24025 )  
						
						... 
						
						
						
						Closes  #24017 
PR Close  #24025  
					
						2018-06-04 10:13:18 -07:00 
						 
				 
			
				
					
						
							
							
								Nathan Phillip Brink 
							
						 
					 
					
						
						
						
						
							
						
						
							ccaa199366 
							
						 
					 
					
						
						
							
							docs(aio): remove an extraneous apostrophe ( #24293 )  
						
						... 
						
						
						
						PR Close  #24293  
						
						
					 
					
						2018-06-04 10:11:28 -07:00 
						 
				 
			
				
					
						
							
							
								alberto 
							
						 
					 
					
						
						
						
						
							
						
						
							5d6074eaff 
							
						 
					 
					
						
						
							
							docs: fix typo ( #24210 )  
						
						... 
						
						
						
						closes  #24191 
PR Close  #24210  
					
						2018-05-30 17:06:12 -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 
						 
				 
			
				
					
						
							
							
								Victor Berchet 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							27d811a7ce 
							
						 
					 
					
						
						
							
							Revert "docs: update docs to use HttpClientModule instead of HttpModule ( #22727 )"  
						
						... 
						
						
						
						This reverts commit 3ed7fc668641e62767eb3bcf61e0f5e08a1875cc. 
						
						
					 
					
						2018-05-30 16:12:49 -07:00 
						 
				 
			
				
					
						
							
							
								Judy Bogart 
							
						 
					 
					
						
						
						
						
							
						
						
							c25e6142d2 
							
						 
					 
					
						
						
							
							docs: remove unfinished observables file ( #23801 )  
						
						... 
						
						
						
						PR Close  #23801  
						
						
					 
					
						2018-05-30 14:44:28 -07:00 
						 
				 
			
				
					
						
							
							
								Aditya Bhardwaj 
							
						 
					 
					
						
						
						
						
							
						
						
							223882aeb6 
							
						 
					 
					
						
						
							
							docs: fix typo ( #24201 )  
						
						... 
						
						
						
						closes  #23853 
PR Close  #24201  
					
						2018-05-30 11:24:11 -07:00 
						 
				 
			
				
					
						
							
							
								Aaron Gussman 
							
						 
					 
					
						
						
						
						
							
						
						
							3ed7fc6686 
							
						 
					 
					
						
						
							
							docs: update docs to use HttpClientModule instead of HttpModule ( #22727 )  
						
						... 
						
						
						
						Updated most examples to use HttpClientModule instead of deprecated HttpModule
fix  #19280 
PR Close  #22727  
						
						
					 
					
						2018-05-30 10:03:14 -07:00 
						 
				 
			
				
					
						
							
							
								cexbrayat 
							
						 
					 
					
						
						
						
						
							
						
						
							41cd8f3efb 
							
						 
					 
					
						
						
							
							refactor(core): use Partial<T> for MetadataOverride ( #24103 )  
						
						... 
						
						
						
						Allows to write:
const fixture = TestBed
      .overridePipe(DisplayNamePipe, { set: { pure: false } })
      .createComponent(MenuComponent);
when you only want to set the `pure` metadata,
instead of currently:
const fixture = TestBed
      .overridePipe(DisplayNamePipe, { set: { name: 'displayName', pure: false } })
      .createComponent(MenuComponent);
which forces you to redefine the name of the pipe even if it is useless.
Fixes  #24102 
PR Close  #24103  
						
						
					 
					
						2018-05-29 18:40:05 -04:00 
						 
				 
			
				
					
						
							
							
								jenniferfell 
							
						 
					 
					
						
						
						
						
							
						
						
							00c4751f37 
							
						 
					 
					
						
						
							
							docs: update lts and labs practices ( #23922 )  
						
						... 
						
						
						
						PR Close  #23922  
						
						
					 
					
						2018-05-29 18:01:31 -04:00 
						 
				 
			
				
					
						
							
							
								Danny Rademacher 
							
						 
					 
					
						
						
						
						
							
						
						
							d74078fb88 
							
						 
					 
					
						
						
							
							docs(http): correct spelling error ( #23675 )  
						
						... 
						
						
						
						Correct a spelling error. I changed HttpParms to HttpParams
PR Close  #23675  
						
						
					 
					
						2018-05-29 16:55:06 -04:00 
						 
				 
			
				
					
						
							
							
								Patrick McDonald 
							
						 
					 
					
						
						
						
						
							
						
						
							6d8c847e7b 
							
						 
					 
					
						
						
							
							docs: fix typo ( #23998 )  
						
						... 
						
						
						
						"Made" doesn't make sense (redoing and closing #23940 )
PR Close  #23998  
						
						
					 
					
						2018-05-22 13:35:13 -04:00 
						 
				 
			
				
					
						
							
							
								Akihito Tamagawa 
							
						 
					 
					
						
						
						
						
							
						
						
							ea4321d912 
							
						 
					 
					
						
						
							
							docs(aio): fix typo ( #23990 )  
						
						... 
						
						
						
						are are -> are
PR Close  #23990  
						
						
					 
					
						2018-05-21 16:04:08 -04:00 
						 
				 
			
				
					
						
							
							
								Brandon Roberts 
							
						 
					 
					
						
						
						
						
							
						
						
							20d76374ed 
							
						 
					 
					
						
						
							
							docs(aio): Expose server and CLI configuration for universal in guide ( #23842 )  
						
						... 
						
						
						
						Closes  #23795 
PR Close  #23842  
					
						2018-05-16 17:21:44 -04:00 
						 
				 
			
				
					
						
							
							
								Suguru Inatomi 
							
						 
					 
					
						
						
						
						
							
						
						
							547efb5f4d 
							
						 
					 
					
						
						
							
							docs(aio): fix path to observables guide ( #23858 )  
						
						... 
						
						
						
						PR Close  #23858  
						
						
					 
					
						2018-05-16 17:16:48 -04:00 
						 
				 
			
				
					
						
							
							
								Jonathan Sharpe 
							
						 
					 
					
						
						
						
						
							
						
						
							091b11a4ab 
							
						 
					 
					
						
						
							
							docs(aio): update HTTP error test example ( #22844 )  
						
						... 
						
						
						
						Update the example to match the description preceding it, which refers to the
use of the error method and ErrorEvent rather than the flush method with a
non-2xx status as shown previously.
PR Close  #22844  
						
						
					 
					
						2018-05-16 17:15:20 -04:00 
						 
				 
			
				
					
						
							
							
								George Kalpakas 
							
						 
					 
					
						
						
						
						
							
						
						
							1d378e2987 
							
						 
					 
					
						
						
							
							fix(service-worker): deprecate versionedFiles in asset-group resources ( #23584 )  
						
						... 
						
						
						
						Since `versionedFiles` behaves in the exact same way as `files`, there
is no reaason to have both. Users should use `files` instead.
This commit deprecates the property and prints a warning when coming
across an asset-group that uses it. It should be completely removed in
a future version.
Note, it has also been removed from the default `ngsw-config.json`
template in angular/devkit#754.
PR Close  #23584  
						
						
					 
					
						2018-05-15 12:19:08 -07:00 
						 
				 
			
				
					
						
							
							
								panakour 
							
						 
					 
					
						
						
						
						
							
						
						
							8a27a034c4 
							
						 
					 
					
						
						
							
							docs: update version to 6 in language-service ( #20795 )  
						
						... 
						
						
						
						PR Close  #20795  
						
						
					 
					
						2018-05-11 12:22:51 -04:00 
						 
				 
			
				
					
						
							
							
								Judy Bogart 
							
						 
					 
					
						
						
						
						
							
						
						
							c4221dad11 
							
						 
					 
					
						
						
							
							docs(elements): add angular element term to glossary ( #23807 )  
						
						... 
						
						
						
						PR Close  #23807  
						
						
					 
					
						2018-05-10 15:50:00 -07:00 
						 
				 
			
				
					
						
							
							
								Judy Bogart 
							
						 
					 
					
						
						
						
						
							
						
						
							72eab4d254 
							
						 
					 
					
						
						
							
							docs(elements): emphasize future direction, update link ( #23806 )  
						
						... 
						
						
						
						PR Close  #23806  
						
						
					 
					
						2018-05-10 15:46:53 -07:00 
						 
				 
			
				
					
						
							
							
								Brandon Roberts 
							
						 
					 
					
						
						
						
						
							
						
						
							d01ec03f54 
							
						 
					 
					
						
						
							
							docs(aio): Upgrade example dependencies to Angular V6 ( #23660 )  
						
						... 
						
						
						
						PR Close  #23660  
						
						
					 
					
						2018-05-08 13:56:48 -07:00 
						 
				 
			
				
					
						
							
							
								Brandon Roberts 
							
						 
					 
					
						
						
						
						
							
						
						
							9e2d87f5b8 
							
						 
					 
					
						
						
							
							docs(aio): Update i18n example to Angular V6 ( #23660 )  
						
						... 
						
						
						
						PR Close  #23660  
						
						
					 
					
						2018-05-08 13:56:48 -07:00 
						 
				 
			
				
					
						
							
							
								Brandon Roberts 
							
						 
					 
					
						
						
						
						
							
						
						
							2cf6244b1d 
							
						 
					 
					
						
						
							
							docs(aio): Upgrade server-side rendering example to Angular V6 ( #23649 )  
						
						... 
						
						
						
						PR Close  #23649  
						
						
					 
					
						2018-05-02 16:51:03 -07:00 
						 
				 
			
				
					
						
							
							
								jenniferfell 
							
						 
					 
					
						
						
						
						
							
						
						
							d7ed9c9e9e 
							
						 
					 
					
						
						
							
							docs: add new info about angular update policies and resources ( #23551 )  
						
						... 
						
						
						
						PR Close  #23551  
						
						
					 
					
						2018-05-02 16:26:46 -07:00 
						 
				 
			
				
					
						
							
							
								Vani 
							
						 
					 
					
						
						
						
						
							
						
						
							d71329d55c 
							
						 
					 
					
						
						
							
							docs: add information on when not to use tree-shakable providers ( #23634 )  
						
						... 
						
						
						
						PR Close  #23634  
						
						
					 
					
						2018-05-02 15:56:34 -07:00 
						 
				 
			
				
					
						
							
							
								Camilo Giraldo 
							
						 
					 
					
						
						
						
						
							
						
						
							d7e8d15578 
							
						 
					 
					
						
						
							
							docs: add missing link to bootstrapping section ( #23214 )  
						
						... 
						
						
						
						PR Close  #23214  
						
						
					 
					
						2018-05-02 15:53:00 -07:00 
						 
				 
			
				
					
						
							
							
								Vani 
							
						 
					 
					
						
						
						
						
							
						
						
							bfad6b4fa1 
							
						 
					 
					
						
						
							
							docs: add doc to include updates to the index.html with the new ng add command ( #23616 )  
						
						... 
						
						
						
						PR Close  #23616  
						
						
					 
					
						2018-05-02 15:18:23 -07:00 
						 
				 
			
				
					
						
							
							
								Brandon Roberts 
							
						 
					 
					
						
						
						
						
							
						
						
							fd9d1888ce 
							
						 
					 
					
						
						
							
							build(aio): align stackblitz files with Angular CLI V6 ( #23521 )  
						
						... 
						
						
						
						Also cleans up legacy references to `.angular-cli.json`
PR Close  #23521  
						
						
					 
					
						2018-05-02 15:00:57 -07:00 
						 
				 
			
				
					
						
							
							
								Anuj 
							
						 
					 
					
						
						
						
						
							
						
						
							94fbe3b5ac 
							
						 
					 
					
						
						
							
							docs(forms): Fixed a typo in the reactive form (From 'address' to 'secretLairs') section ( #23221 )  
						
						... 
						
						
						
						PR Close  #23221  
						
						
					 
					
						2018-05-02 15:00:27 -07:00 
						 
				 
			
				
					
						
							
							
								Andrew Seguin 
							
						 
					 
					
						
						
						
						
							
						
						
							56828e43b6 
							
						 
					 
					
						
						
							
							docs(elements): add intro connecting angular elements to custom elements ( #23638 )  
						
						... 
						
						
						
						PR Close  #23638  
						
						
					 
					
						2018-05-02 14:57:20 -07:00 
						 
				 
			
				
					
						
							
							
								George Kalpakas 
							
						 
					 
					
						
						
						
						
							
						
						
							ca1019a950 
							
						 
					 
					
						
						
							
							docs: fix typo in tag name (my-child --> app-child) ( #23606 )  
						
						... 
						
						
						
						Fixes  #23599 
PR Close  #23606  
					
						2018-05-01 10:26:50 -07:00 
						 
				 
			
				
					
						
							
							
								Bennett Hardwick 
							
						 
					 
					
						
						
						
						
							
						
						
							cc6c4346c2 
							
						 
					 
					
						
						
							
							docs(aio): update docs error in guide/http ( #23567 )  
						
						... 
						
						
						
						Updates documentation to include examples for both req.flush and
req.error in http testing examples.
PR Close  #23567  
						
						
					 
					
						2018-04-27 07:24:17 -07:00 
						 
				 
			
				
					
						
							
							
								Judy Bogart 
							
						 
					 
					
						
						
						
						
							
						
						
							a522bb9f03 
							
						 
					 
					
						
						
							
							docs: correct more typos ( #23565 )  
						
						... 
						
						
						
						PR Close  #23565  
						
						
					 
					
						2018-04-27 07:19:14 -07:00 
						 
				 
			
				
					
						
							
							
								Judy Bogart 
							
						 
					 
					
						
						
						
						
							
						
						
							31b96e99ff 
							
						 
					 
					
						
						
							
							docs: correct typos ( #23565 )  
						
						... 
						
						
						
						PR Close  #23565  
						
						
					 
					
						2018-04-27 07:19:14 -07:00 
						 
				 
			
				
					
						
							
							
								Judy Bogart 
							
						 
					 
					
						
						
						
						
							
						
						
							b7a6e1fef7 
							
						 
					 
					
						
						
							
							docs: correct node.js version and usage ( #23565 )  
						
						... 
						
						
						
						PR Close  #23565  
						
						
					 
					
						2018-04-27 07:19:14 -07:00 
						 
				 
			
				
					
						
							
							
								Judy Bogart 
							
						 
					 
					
						
						
						
						
							
						
						
							f567e1898f 
							
						 
					 
					
						
						
							
							docs: update glossary architectural terms ( #23045 )  
						
						... 
						
						
						
						PR Close  #23045  
						
						
					 
					
						2018-04-25 13:21:52 -07:00 
						 
				 
			
				
					
						
							
							
								Noah Medling 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8d0ee34939 
							
						 
					 
					
						
						
							
							docs: corrected spelling of "ambient".  
						
						
						
						
					 
					
						2018-04-24 15:04:50 -07:00 
						 
				 
			
				
					
						
							
							
								Brandon Roberts 
							
						 
					 
					
						
						
						
						
							
						
						
							2278fe8f0e 
							
						 
					 
					
						
						
							
							docs(aio): Upgrade examples to Angular 6 ( #23234 )  
						
						... 
						
						
						
						PR Close  #23234  
						
						
					 
					
						2018-04-17 14:09:02 -07:00 
						 
				 
			
				
					
						
							
							
								Anuj 
							
						 
					 
					
						
						
						
						
							
						
						
							010a4efa8c 
							
						 
					 
					
						
						
							
							docs(aio): Fixed typo in 'comparing observables -> Observabled compared ( #23407 )  
						
						... 
						
						
						
						to arrays' section.
PR Close  #23407  
						
						
					 
					
						2018-04-17 13:43:45 -07:00 
						 
				 
			
				
					
						
							
							
								Vani 
							
						 
					 
					
						
						
						
						
							
						
						
							9c29127723 
							
						 
					 
					
						
						
							
							docs: document how to enable service worker using ng add command ( #23348 )  
						
						... 
						
						
						
						PR Close  #23348  
						
						
					 
					
						2018-04-16 08:57:13 -07:00 
						 
				 
			
				
					
						
							
							
								Tiep Phan 
							
						 
					 
					
						
						
						
						
							
						
						
							fd1c39ce42 
							
						 
					 
					
						
						
							
							docs: update lifecycle hooks section in cheatsheet ( #23320 )  
						
						... 
						
						
						
						PR Close  #23320  
						
						
					 
					
						2018-04-15 23:44:44 -07:00 
						 
				 
			
				
					
						
							
							
								systemallica 
							
						 
					 
					
						
						
						
						
							
						
						
							896811df64 
							
						 
					 
					
						
						
							
							docs(aio): add missing word in the Component metadata section ( #23384 )  
						
						... 
						
						
						
						PR Close  #23384  
						
						
					 
					
						2018-04-15 23:36:55 -07:00 
						 
				 
			
				
					
						
							
							
								Brandon Roberts 
							
						 
					 
					
						
						
						
						
							
						
						
							490772e680 
							
						 
					 
					
						
						
							
							docs(aio): Update file tree to match Angular CLI V6 structure ( #23367 )  
						
						... 
						
						
						
						PR Close  #23367  
						
						
					 
					
						2018-04-13 14:19:16 -07:00 
						 
				 
			
				
					
						
							
							
								George Kalpakas 
							
						 
					 
					
						
						
						
						
							
						
						
							08325aaffc 
							
						 
					 
					
						
						
							
							feat(service-worker): add support for configuring navigations URLs ( #23339 )  
						
						... 
						
						
						
						The ServiceWorker will redirect navigation requests that don't match any
`asset` or `data` group to the specified index file. The rules for a
request to be classified as a navigation request are as follows:
1. Its `mode` must be `navigation`.
2. It must accept a `text/html` response.
3. Its URL must match certain criteria (see below).
By default, a navigation request can have any URL except for:
1. URLs containing `__`.
2. URLs to files (i.e. containing a file extension in the last path
   segment).
While these rules are fine in many cases, sometimes it is desirable to
configure different rules for the URLs of navigation requests (e.g.
ignore specific URLs and pass them through to the server).
This commit adds support for specifying an optional `navigationUrls`
list in `ngsw-config.json`, which contains URLs or simple globs
(currently only recognizing `!`, `*` and `**`).
Only requests whose URLs match any of the positive URLs/patterns and
none of the negative ones (i.e. URLs/patterns starting with `!`) will be
considered navigation requests (and handled accordingly by the SW).
(This is an alternative implementation to #23025.)
Fixes  #20404 
PR Close  #23339  
						
						
					 
					
						2018-04-13 13:13:36 -07:00 
						 
				 
			
				
					
						
							
							
								George Kalpakas 
							
						 
					 
					
						
						
						
						
							
						
						
							d1e716b2cb 
							
						 
					 
					
						
						
							
							docs(service-worker): minor fixes/improvements ( #23339 )  
						
						... 
						
						
						
						PR Close  #23339  
						
						
					 
					
						2018-04-13 13:13:36 -07:00 
						 
				 
			
				
					
						
							
							
								Rob Wormald 
							
						 
					 
					
						
						
						
						
							
						
						
							74b203a55e 
							
						 
					 
					
						
						
							
							docs(elements): add ng-add docs to elements guide ( #23350 )  
						
						... 
						
						
						
						PR Close  #23350  
						
						
					 
					
						2018-04-13 00:50:04 -07:00 
						 
				 
			
				
					
						
							
							
								Juan Camilo Giraldo Chaverra 
							
						 
					 
					
						
						
						
						
							
						
						
							221ae6998a 
							
						 
					 
					
						
						
							
							docs(aio): fix typo on AOT compiler section  
						
						
						
						
					 
					
						2018-04-13 00:06:26 -07:00 
						 
				 
			
				
					
						
							
							
								Rob Wormald 
							
						 
					 
					
						
						
						
						
							
						
						
							eb9968ab2a 
							
						 
					 
					
						
						
							
							docs(elements): use Angular Elements naming in nav ( #23213 )  
						
						... 
						
						
						
						PR Close  #23213  
						
						
					 
					
						2018-04-05 16:32:57 -07:00 
						 
				 
			
				
					
						
							
							
								George Kalpakas 
							
						 
					 
					
						
						
						
						
							
						
						
							b874501025 
							
						 
					 
					
						
						
							
							docs(aio): update live-example docs in authors style guide ( #23018 )  
						
						... 
						
						
						
						PR Close  #23018  
						
						
					 
					
						2018-04-05 10:12:09 -07:00