Commit e9ab132c0614d35d6122c97859eb94b4c6478c19
1 parent
93a27abb
Mark MarkedOptionsService as dynamic
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -22,6 +22,7 @@ import { WINDOW } from '@core/services/window.service'; | @@ -22,6 +22,7 @@ import { WINDOW } from '@core/services/window.service'; | ||
22 | 22 | ||
23 | const copyCodeBlock = '{:copy-code}'; | 23 | const copyCodeBlock = '{:copy-code}'; |
24 | 24 | ||
25 | +// @dynamic | ||
25 | @Injectable() | 26 | @Injectable() |
26 | export class MarkedOptionsService extends MarkedOptions { | 27 | export class MarkedOptionsService extends MarkedOptions { |
27 | 28 |