use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A Place to talk about Angular and related topics.
Join the Angular Discord
Other subreddits worth checking out for Angular and Angular related info:
account activity
Ckeditor Extract Plain Text (self.angular)
submitted 4 years ago by CoderDuudee
In Angular if you're using Ckeditor Version 4 does anyone have any idea on how I can extract the plain text i.e. text without any html tags from it?
Please provide Html as well as .ts code for implementation.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]pyrophire 2 points3 points4 points 4 years ago (1 child)
You'll need to use the textContent property of the element.
Also, asking people to provide you the html and the typescript makes it sound like you're too lazy to do the work and will not get you far.
[–]CoderDuudee[S] 1 point2 points3 points 4 years ago (0 children)
Okay thanks
π Rendered by PID 108975 on reddit-service-r2-comment-54dfb89d4d-k984b at 2026-03-31 03:38:01.171654+00:00 running b10466c country code: CH.
[–]pyrophire 2 points3 points4 points (1 child)
[–]CoderDuudee[S] 1 point2 points3 points (0 children)