Mark MarkedOptionsService as dynamic

This commit is contained in:
Igor Kulikov 2021-10-07 10:26:01 +03:00
parent 93a27abb0e
commit e9ab132c06

View File

@ -22,6 +22,7 @@ import { WINDOW } from '@core/services/window.service';
const copyCodeBlock = '{:copy-code}';
// @dynamic
@Injectable()
export class MarkedOptionsService extends MarkedOptions {