Commit 7a4bf069 authored by kpandey's avatar kpandey

updated

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@175853 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 30e2114d
...@@ -22,6 +22,7 @@ export class ChangePasswordComponent implements OnInit { ...@@ -22,6 +22,7 @@ export class ChangePasswordComponent implements OnInit {
@Input('changePasType') changePasType: boolean; @Input('changePasType') changePasType: boolean;
@Input('changePasswordform') changePasswordform: boolean; @Input('changePasswordform') changePasswordform: boolean;
@Input('changePasswordHead') changePasswordHead: boolean; @Input('changePasswordHead') changePasswordHead: boolean;
@Input('changePasswordContainer') changePasswordContainer: boolean;
constructor( public signinService: ECMSigninService, ) { } constructor( public signinService: ECMSigninService, ) { }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment