-
Notifications
You must be signed in to change notification settings - Fork 77
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
Uncaught TypeError when testing component depending on SlideshowModule #70
Comments
(or a workaround has been found)
Currently, the package format used is Angular Package Format v4. Per the changelog, I have plans to update the format to current standards. As far as tests or mocks, this has not been done to my knowledge. Finally, regarding the error |
Hi @dockleryxk! Will this fix your working on be part of the next release? |
This error has slightly changed to complain about
I am currently using |
Hi @dockleryxk! Any chance the package format update will make it into one of the next beta releases? |
I am having a test spec for a component that has a
<slideshow>
on it. I naively tried to do just importSlideshowModule
in my spec, but it runs intoThe test looks like this:
I tried to mock the
SlideshowComponent
, but I couldn't import that component and Angular complained withCan you provide me with any example where your module is either successfully imported or mocked in a test? Thank you!
The text was updated successfully, but these errors were encountered: