diff --git a/src/app/components/password/password.ts b/src/app/components/password/password.ts index ed22e421de9..04a0315138a 100755 --- a/src/app/components/password/password.ts +++ b/src/app/components/password/password.ts @@ -1,4 +1,4 @@ -import {NgModule,Directive,ElementRef,HostListener,Input,OnDestroy,DoCheck,NgZone, OnInit, ViewEncapsulation, ChangeDetectionStrategy, ContentChildren, QueryList, TemplateRef, Component, AfterContentInit, ViewChild, ChangeDetectorRef, forwardRef} from '@angular/core'; +import {NgModule,Directive,ElementRef,HostListener,Input,OnDestroy,DoCheck,NgZone, OnInit, ViewEncapsulation, ChangeDetectionStrategy, ContentChildren, QueryList, TemplateRef, Component, AfterContentInit, ViewChild, ChangeDetectorRef, forwardRef, Output, EventEmitter} from '@angular/core'; import {CommonModule} from '@angular/common'; import {animate, style, transition, trigger} from '@angular/animations'; import {NG_VALUE_ACCESSOR} from '@angular/forms'; @@ -249,8 +249,8 @@ export const Password_VALUE_ACCESSOR: any = { selector: 'p-password', template: `
Component is defined using p-password element with a mask and two-way value binding is enabled with standard ngModel directive.
- +Component is defined using p-password element with a mask and two-way value binding is enabled with standard ngModel directive.
+Name | +Parameters | +Description | +
---|---|---|
onBlur | +event: Blur event + | +Callback to invoke on blur of input field. | +
onFocus | +event: Focus event + | +Callback to invoke on focus of input field. | +