-
Notifications
You must be signed in to change notification settings - Fork 93
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
Webpack (demo) problem #147
Comments
However, version 4.0.1 seems to work |
I will have to take a look at the webpack example. It may be out of date. the demo/angular-cli example is the most up-to-date demo. |
Stabzs
added a commit
that referenced
this issue
Mar 16, 2018
- Typescript compilation was failing for implicit any conversions for object typings for the configuration of showCloseButton, timeout, iconClasses and typeClasses. The type arguments have been strengthened to make more rigid compilation happy. This should not affect anyone who was not abusing the expected typed arguments. Closes #150, closes #148. - The webpack demo has been rebuilt against `[email protected]` and webpack 4. Closes #147.
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was having trouble getting it up and running in an angular-webpack app (macOS) and got the following error:
So I tried the demo:
$ git clone https://github.com/Stabzs/Angular2-Toaster.git $ cd Angular2-Toaster/demo/webpack $ npm i $ npm start
which threw the following error:
On a side note: wouldn't it be a better example, if the actual version from npm was used?
The text was updated successfully, but these errors were encountered: