-
-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which part files exactly be exclude to avoid this compilation error? #1497
Comments
Hi, can you share the contents of your |
|
ah ok thanks. So that's the one generated by the ui compiler. Now can you show the file containing the FacetValueFilteredFormInputModule? |
this is FacetValueFilteredFormInputModule
and this is FacetValueFormInputComponent
|
Thanks. That looks ok. In the compiled |
no there is not but it creates a dist directory and many things there are .js |
That's expected - that's the final output of the Angular compiler which will run in the browser. OK I think to help further, I'd need to look at a repo with a minimal reproduction of this issue. Then I can actually observe what is going on and debug properly. If you can put that together and share it here I'll take a look. |
and when I use yarn start it will not create the admin-ui in the server |
@SamanFekri Are you still experiencing this issue? If so, can you supply a repo or code with a minimal reproduction of the error? |
When I make a new
CustomFormInput
in admin-ui and want to comiple the new js (from ts to js)this error occurres. but if I use only ts the error doesn't occur
which files must exactly exclude to avoid this error?
The text was updated successfully, but these errors were encountered: