Tobias Bosch 
							
						 
					 
					
						
						
						
						
							
						
						
							9c697030e6 
							
						 
					 
					
						
						
							
							feat(compiler): generate proper reexports in .ngfactory.ts files to not need transitive deps for compiling .ngfactory.ts files. ( #13524 )  
						
						... 
						
						
						
						Note: This checks the constructors of `@Injectable` classes more strictly.
E.g this will fail now as the constructor argument has no `@Inject` nor is
the type of the argument a DI token.
```
@Injectable()
class MyService {
  constructor(dep: string) {}
}
```
Last part of #12787 
Closes  #12787  
						
						
					 
					
						2016-12-27 09:36:47 -08:00 
						 
				 
			
				
					
						
							
							
								Matias Niemelä 
							
						 
					 
					
						
						
						
						
							
						
						
							f49ab56160 
							
						 
					 
					
						
						
							
							fix(animations): always quote string map key values in AOT code ( #13602 )  
						
						
						
						
					 
					
						2016-12-20 18:17:58 -08:00 
						 
				 
			
				
					
						
							
							
								Tobias Bosch 
							
						 
					 
					
						
						
						
						
							
						
						
							3e73bea3e7 
							
						 
					 
					
						
						
							
							refactor(compiler): convert metadata classes used in summaries into interfaces ( #13123 )  
						
						... 
						
						
						
						Part of #12787  
						
						
					 
					
						2016-11-30 10:52:51 -08:00 
						 
				 
			
				
					
						
							
							
								Tobias Bosch 
							
						 
					 
					
						
						
						
						
							
						
						
							2f7492c986 
							
						 
					 
					
						
						
							
							refactor(compiler): remove unneeded fields from metadata  
						
						... 
						
						
						
						Removes `CompileIdentifierMetadata.name` / `.moduleUrl`,
as well as `CompileTypeMetadata.name / moduleUrl` and
`CompileFactoryMetadata.name / moduleUrl`. 
						
						
					 
					
						2016-11-28 15:19:23 -08:00 
						 
				 
			
				
					
						
							
							
								Tobias Bosch 
							
						 
					 
					
						
						
						
						
							
						
						
							2452cd14e0 
							
						 
					 
					
						
						
							
							refactor(compiler): drop old codegen tests that run inside of test.sh  
						
						... 
						
						
						
						These tests were hard to maintain and only yielded little value,
now that we have the full integration with TypeScript. 
						
						
					 
					
						2016-11-28 15:19:23 -08:00 
						 
				 
			
				
					
						
							
							
								Tobias Bosch 
							
						 
					 
					
						
						
						
						
							
						
						
							484119e59f 
							
						 
					 
					
						
						
							
							refactor(compiler): remove asset: urls  
						
						... 
						
						
						
						These urls were just relicts from Dart. 
						
						
					 
					
						2016-11-18 10:04:14 -08:00 
						 
				 
			
				
					
						
							
							
								Joao Dias 
							
						 
					 
					
						
						
						
						
							
						
						
							77ee27c59e 
							
						 
					 
					
						
						
							
							refactor(): use const and let instead of var  
						
						
						
						
					 
					
						2016-11-12 16:40:17 -08:00 
						 
				 
			
				
					
						
							
							
								Chuck Jazdzewski 
							
						 
					 
					
						
						
						
						
							
						
						
							a965d11cce 
							
						 
					 
					
						
						
							
							fix(compiler): generate safe access strictNullChecks compatible code ( #12800 )  
						
						... 
						
						
						
						fixes  #12795  
					
						2016-11-11 17:12:17 -08:00 
						 
				 
			
				
					
						
							
							
								Pawel Kozlowski 
							
						 
					 
					
						
						
						
						
							
						
						
							f0cdb428f5 
							
						 
					 
					
						
						
							
							fix(compiler): don't convert undefined to null literals ( #11503 )  
						
						... 
						
						
						
						Fixes  #11493  
					
						2016-11-04 10:55:21 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Eagle 
							
						 
					 
					
						
						
						
						
							
						
						
							0286956107 
							
						 
					 
					
						
						
							
							refactor(facade): Inline isBlank called with object-type argument ( #11992 )  
						
						
						
						
					 
					
						2016-09-30 09:26:53 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Eagle 
							
						 
					 
					
						
						
						
						
							
						
						
							41c8c30973 
							
						 
					 
					
						
						
							
							chore(lint): remove unused imports ( #11923 )  
						
						... 
						
						
						
						This was done automatically by tslint, which can now fix issues it finds.
The fixer is still pending in PR https://github.com/palantir/tslint/pull/1568 
Also I have a local bugfix for https://github.com/palantir/tslint/issues/1569 
which causes too many imports to be deleted. 
						
						
					 
					
						2016-09-27 17:12:25 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Eagle 
							
						 
					 
					
						
						
						
						
							
						
						
							abad6673e6 
							
						 
					 
					
						
						
							
							fix(ngc): don't quote properties in literal maps ( #11110 )  
						
						... 
						
						
						
						Closure compiler treats quoted properties specially, and doesn't rename them.
Fixes  #11050  
						
						
					 
					
						2016-08-26 15:54:34 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Eagle 
							
						 
					 
					
						
						
						
						
							
						
						
							01111b04ff 
							
						 
					 
					
						
						
							
							fix(ngc): codegen allows --strictNullChecks ( #10991 )  
						
						
						
						
					 
					
						2016-08-22 15:30:18 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Eagle 
							
						 
					 
					
						
						
						
						
							
						
						
							8560e1e4bf 
							
						 
					 
					
						
						
							
							fix(ngc): comment out a private keyword in codegen. ( #10949 )  
						
						... 
						
						
						
						Workaround for b/30775898 
						
						
					 
					
						2016-08-22 14:28:09 -07:00 
						 
				 
			
				
					
						
							
							
								Victor Berchet 
							
						 
					 
					
						
						
						
						
							
						
						
							e9479b30e8 
							
						 
					 
					
						
						
							
							refactor(OutputAst): BuiltinMethod.bind renamed to Bind ( #10739 )  
						
						
						
						
					 
					
						2016-08-14 10:04:37 -07:00 
						 
				 
			
				
					
						
							
							
								Jason Choi 
							
						 
					 
					
						
						
						
						
							
						
						
							99989f5d3f 
							
						 
					 
					
						
						
							
							chore(facade): remove most facade/async functions  
						
						
						
						
					 
					
						2016-08-05 12:26:28 -07:00 
						 
				 
			
				
					
						
							
							
								Victor Berchet 
							
						 
					 
					
						
						
						
						
							
						
						
							2dfc9c653b 
							
						 
					 
					
						
						
							
							refactor: dart  
						
						
						
						
					 
					
						2016-08-01 11:34:51 -07:00 
						 
				 
			
				
					
						
							
							
								Chuck Jazdzewski 
							
						 
					 
					
						
						
						
						
							
						
						
							9229bbbc80 
							
						 
					 
					
						
						
							
							Revert "fix(compiler): Generates function expressions as returning any ( #9980 )"  
						
						... 
						
						
						
						This reverts commit eb5763c23f081dd48c68c53009f8d787e9d3d5c0. 
						
						
					 
					
						2016-07-13 15:41:30 -07:00 
						 
				 
			
				
					
						
							
							
								Chuck Jazdzewski 
							
						 
					 
					
						
						
						
						
							
						
						
							eb5763c23f 
							
						 
					 
					
						
						
							
							fix(compiler): Generates function expressions as returning any ( #9980 )  
						
						... 
						
						
						
						Function expressions are used in an expression context so untyped
function expressions should have any as the result type.
Fixes : #9877  
						
						
					 
					
						2016-07-11 17:19:38 -07:00 
						 
				 
			
				
					
						
							
							
								Tobias Bosch 
							
						 
					 
					
						
						
						
						
							
						
						
							17e4cfc748 
							
						 
					 
					
						
						
							
							feat(core): introduce @AppModule  
						
						... 
						
						
						
						Main part for #9726 
Closes  #9730  
						
						
					 
					
						2016-06-30 11:34:40 -07:00 
						 
				 
			
				
					
						
							
							
								ScottSWu 
							
						 
					 
					
						
						
						
						
							
						
						
							ae75e3640a 
							
						 
					 
					
						
						
							
							chore(lint): Added license headers to most TypeScript files  
						
						... 
						
						
						
						Relates to #9380  
						
						
					 
					
						2016-06-23 09:47:54 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Eagle 
							
						 
					 
					
						
						
						
						
							
						
						
							f39c9c9e75 
							
						 
					 
					
						
						
							
							style(lint): re-format modules/@angular  
						
						
						
						
					 
					
						2016-06-09 17:00:15 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Eagle 
							
						 
					 
					
						
						
						
						
							
						
						
							817ddfa847 
							
						 
					 
					
						
						
							
							fix(compiler): allow --noImplicitAny  
						
						
						
						
					 
					
						2016-05-11 16:56:12 -07:00 
						 
				 
			
				
					
						
							
							
								Tobias Bosch 
							
						 
					 
					
						
						
						
						
							
						
						
							00d3b6083c 
							
						 
					 
					
						
						
							
							fix(compiler): support css stylesheets in offline compiler  
						
						
						
						
					 
					
						2016-05-02 15:06:46 -07:00 
						 
				 
			
				
					
						
							
							
								Igor Minar 
							
						 
					 
					
						
						
						
						
							
						
						
							a66cdb469f 
							
						 
					 
					
						
						
							
							repackaging: all the repackaging changes squashed  
						
						
						
						
					 
					
						2016-05-01 20:51:00 -07:00 
						 
				 
			
				
					
						
							
							
								Igor Minar 
							
						 
					 
					
						
						
						
						
							
						
						
							505da6c0a8 
							
						 
					 
					
						
						
							
							repackaging: all the file moves  
						
						
						
						
					 
					
						2016-05-01 20:51:00 -07:00