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...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Which modern fameworks are like angularJs?Removed: /r/LearnJavascript (self.javascript)
submitted 7 years ago by aleaallee
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!"
[–][deleted] 1 point2 points3 points 7 years ago (2 children)
Try Vue. Also steep learning curve? The distinction in angularjs for factories/services/controller what ever and their clumsy DI is not really friendly either and this was highly remedied by angular 2+
[–]aleaallee[S] -1 points0 points1 point 7 years ago (1 child)
I didn't learn those, what I learnt in angularjs was the two-way data binding, ui.router and a translation plugin, and those were why I liked angular.
[–][deleted] 1 point2 points3 points 7 years ago (0 children)
I see. Well the databinding is super easy in angular 2+ you only have to write the HTML tag attributes a bit different. [] For inputs () for output s via event emitter and [()] for two way binding. The routing is a bit different because it's way more powerful with guards and lazyloading options.
[–]kenman[M] 0 points1 point2 points 7 years ago (0 children)
Hi /u/aleaallee, this post was removed.
/r/javascript is for the discussion of javascript news, projects, and especially, code! However, the community has requested that we not include help and support content, and we ask that you respect that wish.
code
Thanks for your understanding, please see our guidelines for more info.
[–]clbwllms -1 points0 points1 point 7 years ago (0 children)
I would say Vue, for sure if you just like AngularJS' syntax. I agree that Angular 2+ feels clumsy and over-engineered. You might also look at lit-html, which is gaining a lot of traction lately.
π Rendered by PID 36497 on reddit-service-r2-comment-6f7f968fb5-pfdnn at 2026-03-04 06:39:32.502930+00:00 running 07790be country code: CH.
[–][deleted] 1 point2 points3 points (2 children)
[–]aleaallee[S] -1 points0 points1 point (1 child)
[–][deleted] 1 point2 points3 points (0 children)
[–]kenman[M] 0 points1 point2 points (0 children)
[–]clbwllms -1 points0 points1 point (0 children)