Tagged in

JavaScript

Coding Snippets
Coding Snippets
Coding problems solved through a lot of head scratching, hair pulling and teeth pulling
More information
Followers
390
Elsewhere
More, on Medium

Copy to Clipboard with Ionic 2

Clipboardjs provides all you need to copy/cut from the clipboard. There were a couple of tricks to work out how to use it with Angular 2/Ionic 2 so here’s a run down. First, Install clipboard.js at the node command prompt using:

npm install clipboard…

The new new Angular 2 router

If you have been keeping up with Angular 2 and even writing some apps in an serious way you may have noticed that with release candidate 0 of Angular 2 that there is a new router (not the old new router or the defacto router, but a newer new one). So who moved our cheese and…