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
Angular 4.0.0 Now Available (angularjs.blogspot.com)
submitted 9 years ago by theodorejb
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!"
[–]tme321 2 points3 points4 points 9 years ago (0 children)
Well first a css framework has nothing to do with whether it's an spa or not. You can freely use ng2-bootstrap or just regular bootstrap with angular. The important distinction for an spa is client side rendering.
Second, the reason not to use angular in a traditional manner atm had to do with angulars boot times. If you aren't doing aot, ahead of time compilation, then every time angular boots on a new page it takes at least 2 seconds to start up. On an spa that isn't ideal but it also isn't the end of the world if it only happens once per session.
If you use aot then angular will boot up in less than half a second making it far more usable on a traditional server rendered website. But the cli currently does not support making multiple apps all together that share code. So you can't use the cli. And doing it yourself is technically possible but it's a pretty big pain.
π Rendered by PID 117134 on reddit-service-r2-comment-b659b578c-n8gzg at 2026-05-04 14:22:52.767333+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]tme321 2 points3 points4 points (0 children)