2016-05-06 07:42:01 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								block includes
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  include ../_util-fns
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								:marked
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  An **Attribute** directive changes the appearance or behavior of a DOM element.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								:marked
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  # Contents
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  * [Directives overview](#directive-overview)
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  * [Build a simple attribute directive](#write-directive)
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  * [Apply the attribute directive to an element in a template](#apply-directive)
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  * [Respond to user-initiated events](#respond-to-user)
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  * [Pass values into the directive using data binding](#bindings)
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  * [Bind to a second property](#second-property)
							 
						 
					
						
							
								
									
										
										
										
											2016-05-20 16:18:58 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2016-07-03 17:11:17 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  Try the <live-example></live-example>.
							 
						 
					
						
							
								
									
										
										
										
											2016-05-20 16:18:58 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.l-main-section
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								a#directive-overview
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								:marked
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								  ## Directives overview
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								  There are three kinds of directives in Angular:
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  1. Components—directives with a template.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  1. Structural directives—change the DOM layout by adding and removing DOM elements.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  1. Attribute directives—change the appearance or behavior of an element.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  *Components* are the most common of the three directives. Read more about creating them
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  in step three of [QuickStart](../quickstart.html#root-component).
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  *Structural Directives* change the structure of the view. Two examples are [NgFor](template-syntax.html#ngFor) and [NgIf](template-syntax.html#ngIf)
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  in the [Template Syntax](template-syntax.html) page.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  *Attribute directives* are used as attributes of elements. The built-in [NgStyle](template-syntax.html#ngStyle) directive in the [Template Syntax](template-syntax.html) page, for example,
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								  can change several element styles at the same time.
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.l-main-section
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								a#write-directive
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								:marked
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  ## Build a simple attribute directive
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  An attribute directive minimally requires building a controller class annotated with
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  `@Directive`, which specifies the selector that identifies
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  the attribute.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  The controller class implements the desired directive behavior.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  This page demonstrates building a simple attribute
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  directive to set an element's background color
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								  when the user hovers over that element.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.l-sub-section
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  :marked
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    Technically, a directive isn't necessary to simply set the background color. Style binding can set styles as follows:
							 
						 
					
						
							
								
									
										
										
										
											2016-05-06 10:18:48 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  +makeExample('attribute-directives/ts/app/app.component.1.html','p-style-background')
							 
						 
					
						
							
								
									
										
										
										
											2016-05-06 07:42:01 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								  :marked
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    Read more about [style binding](template-syntax.html#style-binding) on the [Template Syntax](template-syntax.html) page.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    For a simple example, though, this will demonstrate how attribute directives work.
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								:marked
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  ### Write the directive code
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  Create a new project folder (`attribute-directives`) and follow the steps in [QuickStart](../quickstart.html).
							 
						 
					
						
							
								
									
										
										
										
											2016-03-13 20:50:50 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								include ../_quickstart_repo
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								:marked
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  Create the following source file in the indicated folder with the following code:
							 
						 
					
						
							
								
									
										
										
										
											2016-06-28 13:15:51 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								+makeExample('app/highlight.directive.1.ts')
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2016-05-06 07:42:01 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								block highlight-directive-1
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  :marked
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    The `import` statement specifies symbols from the Angular `core`:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    1. `Directive` provides the functionality of the `@Directive` decorator.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    1. `ElementRef` [injects](dependency-injection.html) into the directive's constructor
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    so the code can access the DOM element.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    1. `Input` allows data to flow from the binding expression into the directive.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    1. `Renderer` allows the code to change the DOM element's style.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    Next, the `@Directive` decorator function contains the directive metadata in a configuration object
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    as an argument.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2016-05-06 07:42:01 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								:marked
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  `@Directive` requires a CSS selector to identify
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  the HTML in the template that is associated with the directive.
							 
						 
					
						
							
								
									
										
										
										
											2016-05-06 07:42:01 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  The [CSS selector for an attribute](https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors)
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								  is the attribute name in square brackets.
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  Here, the directive's selector is `[myHighlight]`.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  Angular will locate all elements in the template that have an attribute named `myHighlight`.
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								.l-sub-section
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  :marked
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ### Why not call it "highlight"?
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    Though *highlight* is a more concise name than *myHighlight* and would work,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    a best practice is to prefix selector names to ensure
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    they don't conflict with  standard HTML attributes.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    This also reduces the risk colliding with third-party directive names.
							 
						 
					
						
							
								
									
										
										
										
											2015-12-28 21:55:13 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    Make sure you do **not** prefix the `highlight` directive name with **`ng`** because
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    that prefix is reserved for Angular and using it could cause bugs that are difficult to diagnose. For a simple demo, the short prefix, `my`, helps distinguish your custom directive.
							 
						 
					
						
							
								
									
										
										
										
											2015-12-28 21:55:13 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2016-05-06 07:42:01 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								p
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  | After the #[code @Directive] metadata comes the directive's controller class, called #[code HighlightDirective], which contains the logic for the directive.
							 
						 
					
						
							
								
									
										
										
										
											2016-05-06 07:42:01 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  +ifDocsFor('ts')
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    |  Exporting #[code HighlightDirective] makes it accessible to other components.
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								:marked
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  Angular creates a new instance of the directive's controller class for
							 
						 
					
						
							
								
									
										
										
										
											2016-08-22 11:35:22 +02:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  each matching element, injecting an Angular `ElementRef` and `Renderer`
							 
						 
					
						
							
								
									
										
										
										
											2016-01-26 13:42:17 -08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  into the constructor.
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  `ElementRef` is a service that grants direct access to the DOM element
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  through its `nativeElement` property and `Renderer` allows the code to set the element style.
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.l-main-section
							 
						 
					
						
							
								
									
										
										
										
											2016-05-06 07:42:01 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								a#apply-directive
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								:marked
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  ## Apply the attribute directive
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  To use the new `HighlightDirective`, create a template that
							 
						 
					
						
							
								
									
										
										
										
											2016-05-06 07:42:01 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  applies the directive as an attribute to a paragraph (`p`) element.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  In Angular terms, the `<p>` element will be the attribute **host**.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								p
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  | Put the template in its own
							 
						 
					
						
							
								
									
										
										
										
											2016-05-06 07:42:01 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  code #[+adjExPath('app.component.html')]
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  | file that looks like this:
							 
						 
					
						
							
								
									
										
										
										
											2015-12-16 19:38:07 -08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								+makeExample('attribute-directives/ts/app/app.component.1.html',null,'app/app.component.html')(format=".")
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								:marked
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  Now reference this template in the `AppComponent`:
							 
						 
					
						
							
								
									
										
										
										
											2015-12-10 20:27:41 -08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								+makeExample('attribute-directives/ts/app/app.component.ts',null,'app/app.component.ts')
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								:marked
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  Next, add an `import` statement to fetch the `Highlight` directive and
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  add that class to the `declarations` NgModule metadata. This way Angular
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  recognizes the directive when it encounters `myHighlight` in the template.
							 
						 
					
						
							
								
									
										
										
										
											2016-08-09 17:38:25 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								+makeExample('attribute-directives/ts/app/app.module.ts',null,'app/app.module.ts')
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								:marked
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  Now when the app runs, the `myHighlight` directive highlights the paragraph text.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								figure.image-display
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  img(src="/resources/images/devguide/attribute-directives/first-highlight.png" alt="First Highlight")
							 
						 
					
						
							
								
									
										
										
										
											2016-01-26 13:42:17 -08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.l-sub-section
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  :marked
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ### Your directive isn't working?
							 
						 
					
						
							
								
									
										
										
										
											2016-01-26 13:42:17 -08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2016-08-09 17:38:25 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    Did you remember to add the directive to the the `declarations` attribute of `@NgModule`? It is easy to forget!
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2016-01-26 13:42:17 -08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    Open the console in the browser tools and look for an error like this:
							 
						 
					
						
							
								
									
										
										
										
											2016-05-06 07:42:01 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  code-example(format="nocode").
							 
						 
					
						
							
								
									
										
										
										
											2016-01-26 13:42:17 -08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    EXCEPTION: Template parse errors:
							 
						 
					
						
							
								
									
										
										
										
											2016-08-09 17:38:25 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								      Can't bind to 'myHighlight' since it isn't a known property of 'p'.
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2016-01-26 13:42:17 -08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  :marked
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    Angular detects that you're trying to bind to *something* but it doesn't know what,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    so it looks to the `declarations` metadata array. By specifying `HighlightDirective`
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    in the array, Angular knows to check the import statements and from there,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    to go to `highlight.directive.ts` to find out what `myHighlight` does.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								:marked
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  To summarize, Angular found the `myHighlight` attribute on the `<p>` element. It created
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  an instance of the `HighlightDirective` class,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  injecting a reference to the element into the constructor
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  where the `<p>` element's background style is set to yellow.
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.l-main-section
							 
						 
					
						
							
								
									
										
										
										
											2016-05-06 07:42:01 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								a#respond-to-user
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								:marked
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  ## Respond to user-initiated events
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  Currently, `myHighlight` simply sets an element color.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  The directive should set the color when the user hovers over an element.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  This requires two things:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  1. detecting when the user hovers into and out of the element.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  2. responding to those actions by setting and clearing the highlight color.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  To do this, you can apply the `@HostListener` !{_decorator} to methods which are called when an event is raised.
							 
						 
					
						
							
								
									
										
										
										
											2016-05-06 07:42:01 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2015-12-16 19:38:07 -08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								+makeExample('attribute-directives/ts/app/highlight.directive.2.ts','host')(format=".")
							 
						 
					
						
							
								
									
										
										
										
											2016-05-06 07:42:01 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								.l-sub-section
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  :marked
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    The `@HostListener` !{_decorator} refers to the DOM element that hosts an attribute directive, the `<p>` in this case.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    It is possible to attach event listeners by manipulating the host DOM element directly, but
							 
						 
					
						
							
								
									
										
										
										
											2016-05-06 07:42:01 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    there are at least three problems with such an approach:
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    1. You have to write the listeners correctly.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    1. The code must *detach* the listener when the directive is destroyed to avoid memory leaks.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    1. Talking to DOM API directly isn't a best practice.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								:marked
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  Now implement the two mouse event handlers:
							 
						 
					
						
							
								
									
										
										
										
											2015-12-16 19:38:07 -08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								+makeExample('attribute-directives/ts/app/highlight.directive.2.ts','mouse-methods')(format=".")
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								:marked
							 
						 
					
						
							
								
									
										
										
										
											2016-05-06 07:42:01 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  Notice that they delegate to a helper method that sets the color via a private local variable, `#{_priv}el`.
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  Next, revise the constructor to capture the `ElementRef.nativeElement` in this variable.
							 
						 
					
						
							
								
									
										
										
										
											2016-03-26 12:18:13 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2015-12-16 19:38:07 -08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								+makeExample('attribute-directives/ts/app/highlight.directive.2.ts','ctor')(format=".")
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								:marked
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  Here's the updated directive:
							 
						 
					
						
							
								
									
										
										
										
											2016-06-28 13:15:51 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								+makeExample('app/highlight.directive.2.ts')
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								:marked
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  Run the app and confirm that the background color appears when the mouse hovers over the `p` and
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  disappears as it moves out.
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								figure.image-display
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  img(src="/resources/images/devguide/attribute-directives/highlight-directive-anim.gif" alt="Second Highlight")
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.l-main-section
							 
						 
					
						
							
								
									
										
										
										
											2016-05-06 07:42:01 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								a#bindings
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								:marked
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  ## Pass values into the directive using data binding
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								  Currently the highlight color is hard-coded within the directive. That's inflexible.
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  A better practice is to set the color externally with a binding as follows:
							 
						 
					
						
							
								
									
										
										
										
											2016-05-06 07:42:01 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								+makeExample('attribute-directives/ts/app/app.component.html','pHost')
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								:marked
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  You can extend the directive class with a bindable **input** `highlightColor` property and use it to highlight text.
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  Here is the final version of the class:
							 
						 
					
						
							
								
									
										
										
										
											2016-06-28 13:15:51 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								+makeExcerpt('app/highlight.directive.ts', 'class')
							 
						 
					
						
							
								
									
										
										
										
											2016-05-06 07:42:01 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								a#input
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								:marked
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  The new `highlightColor` property is called an *input* property because data flows from the binding expression into the directive.
							 
						 
					
						
							
								
									
										
										
										
											2016-05-06 07:42:01 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  Notice the `@Input()` #{_decorator} applied to the property.
							 
						 
					
						
							
								
									
										
										
										
											2016-06-28 13:15:51 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								+makeExcerpt('app/highlight.directive.ts', 'color')
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								:marked
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  `@Input` adds metadata to the class that makes the `highlightColor` property available for
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  property binding under the `myHighlight` alias.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  Without this input metadata Angular rejects the binding.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  See the [appendix](#why-input) below for more information.
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								.l-sub-section
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  :marked
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    ### @Input(_alias_)
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    Currently, the code **aliases** the `highlightColor` property with the attribute name by
							 
						 
					
						
							
								
									
										
										
										
											2016-05-06 07:42:01 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								    passing `myHighlight` into the `@Input` #{_decorator}:
							 
						 
					
						
							
								
									
										
										
										
											2016-06-28 13:15:51 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  +makeExcerpt('app/highlight.directive.ts', 'color', '')
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  :marked
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    The code binds to the attribute name, `myHighlight`, but the
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    the directive property name is `highlightColor`. That's a disconnect.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    You can resolve the discrepancy by renaming the property to `myHighlight` and define it as follows:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  +makeExcerpt('app/highlight.directive.ts', 'highlight', '')
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								:marked
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  Now that you're getting the highlight color as an input, modify the `onMouseEnter()` method to use
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  it instead of the hard-coded color name and define red as the default color.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2016-06-28 13:15:51 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								+makeExcerpt('attribute-directives/ts/app/highlight.directive.ts', 'mouse-enter', '')
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								:marked
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  To let users pick the highlight color and bind their choice to the directive,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  update `app.component.html` as follows:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2016-06-28 13:15:51 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								+makeExcerpt('attribute-directives/ts/app/app.component.html', 'v2', '')
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.l-sub-section
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  :marked
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    ### Where is the templated *color* property?
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    You may notice that the radio button click handlers in the template set a `color` property
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    and the code is binding that `color` to the directive.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    However, you never defined a color property for the host `AppComponent`.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    Yet this code works. Where is the template `color` value going?
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    Browser debugging reveals that Angular dynamically added a `color` property
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								    to the runtime instance of the `AppComponent`.
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    This is *convenient* behavior but it is also *implicit* behavior that could be confusing.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								    For clarity, consider adding the `color` property to the `AppComponent`.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								:marked
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  Here is the second version of the directive in action.
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								figure.image-display
							 
						 
					
						
							
								
									
										
										
										
											2015-12-03 12:41:58 -08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  img(src="/resources/images/devguide/attribute-directives/highlight-directive-v2-anim.gif" alt="Highlight v.2")
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								.l-main-section
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								a#second-property
							 
						 
					
						
							
								
									
										
										
										
											2015-12-03 12:41:58 -08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								:marked
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  ## Bind to a second property
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  This example directive only has a single customizable property. A real app often needs more.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  Let's allow the template developer to set the default color—the color that prevails until the user picks a highlight color.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  To do this, first add a second **input** property to `HighlightDirective` called `defaultColor`:
							 
						 
					
						
							
								
									
										
										
										
											2015-12-16 19:38:07 -08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								+makeExample('attribute-directives/ts/app/highlight.directive.ts', 'defaultColor')(format=".")
							 
						 
					
						
							
								
									
										
										
										
											2015-12-03 12:41:58 -08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								:marked
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  The `defaultColor` property has a setter that overrides the hard-coded default color, "red".
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  You don't need a getter.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  How do you bind to it? The app is already using `myHighlight` attribute name as a binding target.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  Remember that a *component is a directive, too*.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  You can add as many component property bindings as you need by stringing them along in the template
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  as in this example that sets the `a`, `b`, `c` properties to the string literals 'a', 'b', and 'c'.
							 
						 
					
						
							
								
									
										
										
										
											2015-12-16 19:38:07 -08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								code-example(format="." ).
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  <my-component [a]="'a'" [b]="'b'" [c]="'c'"><my-component>
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								:marked
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  The same holds true for an attribute directive.
							 
						 
					
						
							
								
									
										
										
										
											2015-12-16 19:38:07 -08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								+makeExample('attribute-directives/ts/app/app.component.html', 'defaultColor')(format=".")
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								:marked
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  Here the code is binding the user's color choice to the `myHighlight` attribute as before.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  It is *also* binding the literal string, 'violet', to the `defaultColor`.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2015-12-03 12:41:58 -08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  Here is the final version of the directive in action.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								figure.image-display
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  img(src="/resources/images/devguide/attribute-directives/highlight-directive-final-anim.gif" alt="Final Highlight")
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								.l-main-section
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								:marked
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  ## Summary
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  This page covered how to:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  - [Build a simple **attribute directive** to attach behavior to an HTML element](#write-directive).
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  - [Use that directive in a template](#apply-directive).
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  - [Respond to **events** to change behavior based on an event](#respond-to-user).
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  - [Use **binding** to pass values to the attribute directive](#bindings).
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  The final source:
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								+makeTabs(
							 
						 
					
						
							
								
									
										
										
										
											2015-12-10 20:27:41 -08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  `attribute-directives/ts/app/app.component.ts,
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								   attribute-directives/ts/app/app.component.html,
							 
						 
					
						
							
								
									
										
										
										
											2015-12-10 20:27:41 -08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								   attribute-directives/ts/app/highlight.directive.ts,
							 
						 
					
						
							
								
									
										
										
										
											2016-08-09 17:38:25 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								   attribute-directives/ts/app/app.module.ts,
							 
						 
					
						
							
								
									
										
										
										
											2016-01-26 13:42:17 -08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								   attribute-directives/ts/app/main.ts,
							 
						 
					
						
							
								
									
										
										
										
											2015-12-10 20:27:41 -08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								   attribute-directives/ts/index.html
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								  `,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  ',,full',
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  `app.component.ts,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								   app.component.html,
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								   highlight.directive.ts,
							 
						 
					
						
							
								
									
										
										
										
											2016-08-09 17:38:25 +01:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								   app.module.ts,
							 
						 
					
						
							
								
									
										
										
										
											2016-01-26 13:42:17 -08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								   main.ts,
							 
						 
					
						
							
								
									
										
										
										
											2015-11-19 16:59:22 -08:00 
										
									 
								 
							 
							
								
							 
							
								 
							
							
								   index.html
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  `)
							 
						 
					
						
							
								
									
										
										
										
											2015-12-16 19:38:07 -08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2016-05-06 07:42:01 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								a#why-input
							 
						 
					
						
							
								
									
										
										
										
											2015-12-16 19:38:07 -08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								.l-main-section
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								:marked
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  ### Appendix: Input properties
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  In this demo, the `highlightColor` property is an ***input*** property of
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  `HighlightDirective`.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  You've seen properties in bindings before but never had to declare them as anything. Why now?
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2015-12-16 19:38:07 -08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  Angular makes a subtle but important distinction between binding **sources** and **targets**.
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2015-12-16 19:38:07 -08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  In all previous bindings, the directive or component property was a binding ***source***.
							 
						 
					
						
							
								
									
										
										
										
											2016-01-26 13:42:17 -08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  A property is a *source* if it appears in the template expression to the ***right*** of the equals (=).
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  A property is a *target* when it appears in **square brackets** ([ ]) to the **left** of the equals (=)
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  as it is does when binding to the `myHighlight` property of the `HighlightDirective`.
							 
						 
					
						
							
								
									
										
										
										
											2016-05-06 07:42:01 -07:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								+makeExample('attribute-directives/ts/app/app.component.html','pHost')(format=".")
							 
						 
					
						
							
								
									
										
										
										
											2015-12-16 19:38:07 -08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								:marked
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  The 'color' in `[myHighlight]="color"` is a binding ***source***.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  A source property doesn't require a declaration.
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2015-12-16 19:38:07 -08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  The 'myHighlight' in `[myHighlight]="color"` *is* a binding ***target***.
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  You must declare it as an *input* property or
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  Angular rejects the binding with a clear error.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
									
										
										
										
											2015-12-16 19:38:07 -08:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								  Angular treats a *target* property differently for a good reason.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  A component or directive in target position needs protection.
							 
						 
					
						
							
								
									
										
										
										
											2016-10-13 18:42:23 -04:00 
										
									 
								 
							 
							
								
									
										 
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  Imagine that `HighlightDirective` did truly wonderous things in a
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  popular open source project.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  Surprisingly, some people — perhaps naively —
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  start binding to *every* property of the directive.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  Not just the one or two properties you expected them to target. *Every* property.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  That could really mess up your directive in ways you didn't anticipate and have no desire to support.
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  The ***input*** declaration ensures that consumers of your directive can only bind to
							 
						 
					
						
							
								
							 
							
								
							 
							
								 
							
							
								  the properties of the public API but nothing else.