| 
									
										
										
										
											2015-12-12 22:01:46 -08:00
										 |  |  | <hr> | 
					
						
							| 
									
										
										
										
											2015-11-02 00:28:38 -08:00
										 |  |  | <!-- async examples at the top so can see them in action --> | 
					
						
							| 
									
										
										
										
											2015-12-12 22:01:46 -08:00
										 |  |  | <hero-message></hero-message> | 
					
						
							| 
									
										
										
										
											2015-11-02 00:28:38 -08:00
										 |  |  | 
 | 
					
						
							|  |  |  | <hr> | 
					
						
							|  |  |  | <hero-list></hero-list> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <hr> | 
					
						
							|  |  |  | <!-- #docregion hero-birthday-template --> | 
					
						
							|  |  |  | <p>The hero's birthday is {{ birthday | date }}</p> | 
					
						
							|  |  |  | <!-- #enddocregion hero-birthday-template--> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <!-- #docregion format-birthday --> | 
					
						
							| 
									
										
										
										
											2015-11-25 17:44:48 -08:00
										 |  |  | <p>The hero's birthday is {{ birthday | date:"MM/dd/yy" }} </p> | 
					
						
							| 
									
										
										
										
											2015-11-02 00:28:38 -08:00
										 |  |  | <!-- #enddocregion format-birthday--> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <hr> | 
					
						
							| 
									
										
										
										
											2015-12-12 22:01:46 -08:00
										 |  |  | <h4>Hero Birthday v.2</h4> | 
					
						
							| 
									
										
										
										
											2015-11-02 00:28:38 -08:00
										 |  |  | <hero-birthday>loading...</hero-birthday> | 
					
						
							|  |  |  | <hr> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <!-- #docregion chained-birthday --> | 
					
						
							|  |  |  | <p> | 
					
						
							|  |  |  |   The chained hero's birthday is | 
					
						
							|  |  |  |   {{ birthday | date | uppercase}} | 
					
						
							|  |  |  | </p> | 
					
						
							|  |  |  | <!-- #enddocregion chained-birthday --> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <!-- #docregion chained-parameter-birthday --> | 
					
						
							|  |  |  | <p> | 
					
						
							|  |  |  |   The chained hero's birthday is | 
					
						
							| 
									
										
										
										
											2015-12-12 22:01:46 -08:00
										 |  |  |   {{  birthday | date:'fullDate' | uppercase}} | 
					
						
							| 
									
										
										
										
											2015-11-02 00:28:38 -08:00
										 |  |  | </p> | 
					
						
							|  |  |  | <!-- #enddocregion chained-parameter-birthday --> | 
					
						
							| 
									
										
										
										
											2015-12-12 22:01:46 -08:00
										 |  |  | <!-- #docregion chained-parameter-birthday-parens --> | 
					
						
							|  |  |  | <p> | 
					
						
							|  |  |  |   The chained hero's birthday is | 
					
						
							|  |  |  |   {{ ( birthday | date:'fullDate' ) | uppercase}} | 
					
						
							|  |  |  | </p> | 
					
						
							|  |  |  | <!-- #enddocregion chained-parameter-birthday-parens --> | 
					
						
							| 
									
										
										
										
											2015-11-02 00:28:38 -08:00
										 |  |  | <hr> | 
					
						
							|  |  |  | <power-booster>loading...</power-booster> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | <hr> | 
					
						
							|  |  |  | <power-boost-calculator>loading ..</power-boost-calculator> | 
					
						
							|  |  |  | 
 |