Closed jsebrech closed 5 years ago
Problem also appears with other components and with the styleguide.
Welke andere componenten hebben nog dit probleem?
Bij FooterModule kreeg ik een andere foutmelding (bij het binnentrekken in de app.module.ts):
ERROR in ./src/app/app.module.ngfactory.js
Module not found: Error: Can't resolve 'layout' in 'C:\digipolis\prototypes\my-app\src\app'
Bij AvatarModule was er een analoge foutmelding als FooterModule. Ik vermoed dus dat het voor alle componenten is.
Describe the bug
When importing the autocomplete component in a project that uses the --aot flag for ng serve the following error is produced:
To Reproduce
Steps to reproduce the behavior:
<aui-auto-complete>
to app.component.html as per the exampleExpected behavior
ng serve --aot flag should be supported