ng2-file-drop and ng2-dynamic-dialog updated to Angular 2.0.0

Lee Winder
Engineering Game Development
1 min readSep 17, 2016

Google finally finally released the official version of Angular 2 the other day. As a result I needed to updated both ng2-file-drop and ng2-dynamic-dialog to build against the new version.

Given the hassle of going from RC4 to RC5, I wasn’t optimistic this would be a quick job.

However, other than having to change a single import for ng2-dynamic-dialog (DomSanitizationService is now DomSanitizer), everything was done in under 30 minutes!

Both packages (now sitting at 0.1.0) are available via npm.

--

--