Skip to content

Commit

Permalink
fix(demo): workaround for StackBlitz not supporting external scripts
Browse files Browse the repository at this point in the history
Closes #69
  • Loading branch information
tinesoft committed Apr 5, 2020
1 parent be661f7 commit 845af1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions demo/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
import { environment } from './environments/environment';

import { hmrBootstrap } from './hmr';

//workaround for https://github.com/tinesoft/ngx-cookieconsent/issues/69
import 'cookieconsent';

if (environment.production) {
enableProdMode();
Expand Down

0 comments on commit 845af1a

Please sign in to comment.