Sign in
简柏林
/
thingskit
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
e9ab132c0614d35d6122c97859eb94b4c6478c19
Authored by
Igor Kulikov
2021-10-07 10:26:01 +0300
1 parent
93a27abb
Mark MarkedOptionsService as dynamic
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
ui-ngx/src/app/shared/components/marked-options.service.ts
ui-ngx/src/app/shared/components/marked-options.service.ts
View file @
e9ab132
...
...
@@ -22,6 +22,7 @@ import { WINDOW } from '@core/services/window.service';
22
22
23
23
const copyCodeBlock = '{:copy-code}';
24
24
25
+
// @dynamic
25
26
@Injectable()
26
27
export class MarkedOptionsService extends MarkedOptions {
27
28
...
...