| 
									
										
										
										
											2015-03-17 16:49:07 +00:00
										 |  |  | var Package = require('dgeni').Package; | 
					
						
							| 
									
										
										
										
											2015-07-11 07:21:21 +01:00
										 |  |  | var basePackage = require('../docs-package'); | 
					
						
							| 
									
										
										
										
											2015-03-17 16:49:07 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-07-11 07:21:21 +01:00
										 |  |  | module.exports = new Package('angular-v2-public-docs', [basePackage]) | 
					
						
							| 
									
										
										
										
											2015-03-17 16:49:07 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-15 13:57:38 +01:00
										 |  |  | .config(function(readTypeScriptModules) { | 
					
						
							|  |  |  |   readTypeScriptModules.sourceFiles = [ | 
					
						
							| 
									
										
										
										
											2015-09-02 16:43:39 -07:00
										 |  |  |     'angular2/lifecycle_hooks.ts', | 
					
						
							| 
									
										
										
										
											2015-06-01 21:36:06 -07:00
										 |  |  |     'angular2/core.ts', | 
					
						
							| 
									
										
										
										
											2015-08-20 14:28:25 -07:00
										 |  |  |     'angular2/http.ts', | 
					
						
							| 
									
										
										
										
											2015-06-09 15:18:57 -07:00
										 |  |  |     'angular2/router.ts', | 
					
						
							| 
									
										
										
										
											2015-09-03 22:01:36 -07:00
										 |  |  |     'angular2/test.ts' | 
					
						
							| 
									
										
										
										
											2015-05-15 13:57:38 +01:00
										 |  |  |   ]; | 
					
						
							|  |  |  |   readTypeScriptModules.hidePrivateMembers = true; | 
					
						
							|  |  |  | }) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .config(function(getLinkInfo) { | 
					
						
							|  |  |  |   getLinkInfo.useFirstAmbiguousLink = false; | 
					
						
							|  |  |  | }) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-03-17 16:49:07 +00:00
										 |  |  | // Configure file writing
 | 
					
						
							|  |  |  | .config(function(writeFilesProcessor) { | 
					
						
							|  |  |  |   writeFilesProcessor.outputFolder  = 'dist/public_docs'; | 
					
						
							| 
									
										
										
										
											2015-06-01 21:36:06 -07:00
										 |  |  | }); |