Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisam committed Oct 5, 2016
2 parents d8b3e73 + 9b91314 commit bc00987
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,13 @@ npm install angular2-clipboard --save

[plunker](http://embed.plnkr.co/PD4Ap8/)


## Troubleshooting

If you see the following error message.

`Import assignment cannot be used when targeting ECMAScript 2015 modules. Consider using 'import * as ns from "mod"', 'import {a} from "mod"', 'import d from "mod"', or another module format instead.`

Please check if the module setting in tsconfig.json is set to `commonjs`

Kudos to [Thierry Templier](http://stackoverflow.com/a/36330518/667767) This project is base on his answer on StackOverflow

0 comments on commit bc00987

Please sign in to comment.