techhub.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A hub primarily for passionate technologists, but everyone is welcome

Administered by:

Server stats:

4.6K
active users

#angularJS

0 posts0 participants0 posts today

New 📚 Release! Angular Bible: The beginners guide by Ahmed khan #books #ebooks #newreleases #angular #angularjs

Angular Bible: A Beginner's Guide"" is your complete introduction to building powerful web applications with Angular. Designed for beginners, this guide walks you through the fundamentals of Angular with clear explanations, practical examples, and helping you master components, routing, services, and more from the ground up.

Find it on Leanpub!

Link: leanpub.com/angular-bible-the-

More adventures in dealing with a 10-year-old #AngularJS website:

It's a one of those first-generation single page apps, where everything resides in JS files. In my case a 430kb vendor JS file and a 33kb app JS file.

I can turn the content into static HTML files using react-snap.

But that JS stuff is still being loaded. Is it needed?

I can disable JavaScript in the browser: everything looks fine.

Except one thing: the menu on mobile doesn’t open anymore. 😭