| 
									
										
										
										
											2015-05-17 11:34:24 -07:00
										 |  |  | .callout.is-helpful.l-offset-page-header | 
					
						
							|  |  |  |   header Developer Preview | 
					
						
							| 
									
										
										
										
											2015-03-02 06:29:08 -08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-17 11:34:24 -07:00
										 |  |  |   p. | 
					
						
							|  |  |  |     The Angular 2.0 API is currently in active development and not production ready. | 
					
						
							|  |  |  |     This page showcases a preview of proposed methods to help further the discussion | 
					
						
							|  |  |  |     in the development community. If you're building a production app today, please | 
					
						
							|  |  |  |     <a href="https://docs.angularjs.org/api">use Angular 1.X</a>. | 
					
						
							| 
									
										
										
										
											2015-04-21 08:54:02 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-17 11:34:24 -07:00
										 |  |  | ul.is-plain.l-offset-page-header | 
					
						
							| 
									
										
										
										
											2015-04-26 08:01:04 -07:00
										 |  |  |   for page, slug in public.docs[current.path[1]][current.path[2]].api | 
					
						
							|  |  |  |     if slug != 'index' && slug != '_contents' && slug != '_data' | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |       url = "/docs/" + current.path[1] + "/" + current.path[2] + "/" + current.path[3] + "/" + slug | 
					
						
							|  |  |  |       title = public.docs[current.path[1]][current.path[2]][current.path[3]][slug]._data["index"]["title"] | 
					
						
							| 
									
										
										
										
											2015-04-21 08:54:02 -07:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-05-17 11:34:24 -07:00
										 |  |  |       li | 
					
						
							| 
									
										
										
										
											2015-04-26 08:01:04 -07:00
										 |  |  |         != partial("../../../../_includes/_hover-card", {name: title, url: url }) |