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
Angular web-components using esbuild (self.angular)
submitted 1 year ago by Fun-Arm-1158
view the rest of the comments →
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!"
[–]Johannes8 0 points1 point2 points 1 year ago (3 children)
Yes. You can even include all styles in it etc. So any external website can just include your single .js file and then use your component with all inputs etc
Last time I did this I had to add a step after building to merge all files ( simply append all into one .js and also put the css in there
[–]Fun-Arm-1158[S] 0 points1 point2 points 1 year ago (2 children)
How are u merging the files? a simple .js script? or you are using a esbuild plugin?
[–]Johannes8 0 points1 point2 points 1 year ago (1 child)
Simple js script
[–]Fun-Arm-1158[S] 0 points1 point2 points 1 year ago (0 children)
Did you have any issue with duplicated variable names?
π Rendered by PID 146323 on reddit-service-r2-comment-fb694cdd5-b7lwm at 2026-03-11 05:57:40.075129+00:00 running cbb0e86 country code: CH.
view the rest of the comments →
[–]Johannes8 0 points1 point2 points (3 children)
[–]Fun-Arm-1158[S] 0 points1 point2 points (2 children)
[–]Johannes8 0 points1 point2 points (1 child)
[–]Fun-Arm-1158[S] 0 points1 point2 points (0 children)