-
Notifications
You must be signed in to change notification settings - Fork 4
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
Problem Importing into Angular 12 #13
Comments
Thanks, it worked for me! |
Hello it works here too thank you |
Thank you so much! |
Thanks. I will close this issue, when it will be fixed. |
Fixed in #14 |
Hi guys,
I needed to use slidetoggle in an angular project in version 12, but when importing as shown by the documentation I got an error, which said that it was not possible to find the module reference.
I managed to import as follows in my .ts file:
import { slideToggle } from 'slidetoggle/dist/esm';
It would be nice if you had this option in the readme or validate this problem.
The text was updated successfully, but these errors were encountered: