Skip to content

Commit

Permalink
fix(): move DOCUMENT import to @angular/common (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zwartpet authored and emoralesb05 committed Jul 5, 2019
1 parent 9d7d1b0 commit 4d6ff17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/text-editor/text-editor.component.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Component, Input, AfterViewInit, ViewChild, ElementRef, forwardRef, NgZone, Inject } from '@angular/core';
import { NG_VALUE_ACCESSOR, ControlValueAccessor } from '@angular/forms';
import { DomSanitizer } from '@angular/platform-browser';
import { DOCUMENT } from '@angular/platform-browser';
import { DOCUMENT } from '@angular/common';
import * as SimpleMDE from 'simplemde';
// get access to the marked class under simplemde
import * as marked from 'marked';
Expand Down

0 comments on commit 4d6ff17

Please sign in to comment.