Angular directive #2943
Answered
by
UziTech
luishcastroc
asked this question in
Q&A
Angular directive
#2943
-
Im integrating marked to an angular meta framework and im working in a POC to add the optimize img directive, in order to do that I need to add [ngSrc] to the image tag however when I try I get this instead [ngsrc], I'm using a renderer |
Beta Was this translation helpful? Give feedback.
Answered by
UziTech
Aug 15, 2023
Replies: 1 comment 3 replies
-
Can you provide some code so we can see what you tried? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Marked doesn't force lowercase ever. My guess is it is something that is happening after running through marked. Do you have anything that sanitizes the output?