parent
							
								
									534db7fe2b
								
							
						
					
					
						commit
						e1337dc325
					
				| @ -60,8 +60,7 @@ export function setProperty(renderer: Renderer, elementRef: ElementRef, propName | ||||
|   renderer.setElementProperty(elementRef, propName, propValue); | ||||
| } | ||||
| 
 | ||||
| export function composeValidators( | ||||
|     validators: /* Array<Validator|Function> */ any[]): Function { | ||||
| export function composeValidators(validators: /* Array<Validator|Function> */ any[]): Function { | ||||
|   return isPresent(validators) ? Validators.compose(validators.map(normalizeValidator)) : | ||||
|                                  Validators.nullValidator; | ||||
| } | ||||
|  | ||||
| @ -640,7 +640,6 @@ var NG_API = [ | ||||
|   'NgControl.value', | ||||
|   'NgControl.valueAccessor', | ||||
|   'NgControl.valueAccessor=', | ||||
|   'NgControl.viewToModelUpdate()', | ||||
|   'NgControlGroup', | ||||
|   'NgControlGroup.control', | ||||
|   'NgControlGroup.dirty', | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user