micahstubbs commented on issue #2092:
URL: https://github.com/apache/helix/issues/2092#issuecomment-1125473776
### no ng-form directive found
```py
client/app/shared/dialog/input-dialog/input-dialog.component.html:20:43 -
error NG8003:
# No directive found with exportAs 'ng-form'.
20 <form (ngSubmit)="onSubmit()" #inputForm="ng-form">
~~~~~~~
client/app/shared/dialog/input-dialog/input-dialog.component.ts:7:16
7 templateUrl: './input-dialog.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component InputDialogComponent.
```
```py
client/app/shared/dialog/confirm-dialog/confirm-dialog.component.html:20:43
- error NG8003:
# No directive found with exportAs 'ng-form'.
20 <form (ngSubmit)="onCancel()" #inputForm="ng-form">
~~~~~~~
client/app/shared/dialog/confirm-dialog/confirm-dialog.component.ts:7:16
7 templateUrl: './confirm-dialog.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component ConfirmDialogComponent.
```
---
https://stackoverflow.com/questions/39559296/typescript-s-angular-framework-error-there-is-no-directive-with-exportas-set
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]