Amit Dahan
Amit Dahan
5.0.0-0 fixed it for me. Thanks!
Actually just found a case where it's not working yet, a different project, weird.
Hi @Splinteer! That's a great idea, will update when I got it working :)
No unfortunately that fails when it encounters the `import`/`export` token :(
https://gist.github.com/amitdahan/0a571323da388668d1b88649c2b9d435 Simple enough, use TypeScript to target ES5 with the exception of modules.
Tried using `acorn --ecma5 --module dist/index.js` also and got basically the same result, so I'm guessing this is a limitation of acorn?
I'm having the same issue, I'm using it as `[backdrop]="false"` which should work. I believe the author has the same issue. this.options doesn't exist hence the error.
Just confirmed this happened to me when I was using `ng2-bs3-modal` along with `[email protected]`
This package shouldn't work with bs4, hence the name I guess
> This package shouldn't work with bs4, hence the name I guess