Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

fix ng2-dragula test application #430

Merged
merged 1 commit into from
Oct 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions projects/ng2-dragula-ngcc/src/polyfills.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,6 @@ import 'zone.js/dist/zone'; // Included with Angular CLI.
/***************************************************************************************************
* APPLICATION IMPORTS
*/

// This assignment is because `dragula` uses `crossvent` which expects there to be a `global` object.
(window as any).global = window;