You have unlimited access as a PRO member
You are receiving a free preview of 3 lessons
Your free preview as expired - please upgrade to PRO
Contents
Recent Posts
- Object Oriented Programming With TypeScript
- Angular Elements Advanced Techniques
- TypeScript - the Basics
- The Real State of JavaScript 2018
- Cloud Scheduler for Firebase Functions
- Testing Firestore Security Rules With the Emulator
- How to Use Git and Github
- Infinite Virtual Scroll With the Angular CDK
- Build a Group Chat With Firestore
- Async Await Pro Tips
Five Examples of Angular 2 Apps in Production
written by Jeff DelaneyDoes anybody actually use Angular 2 in production? The answer as of 2017 is yes, and the rate of adoption is growing steadily. Let’s take a look at some of the top Angular 2.x (or Angular 4.x) apps on the web today. Currently, there are 170 stacks using Angular2 on StackShare. It still has a long way to go to catch up to React with 3.2K and and AngularJS with 5.4K, but it’s great to see the framework is being implemented in some high-profile products. Let’s take a look at some of the most impressive Angular2 progressive web apps.
Beam (Mixer.com)
Beam is a company based Bellevue, WA that specializes in video game live streams. Check out its flagship site, Mixer.com, and you’ll see how Angular can be used to rapidly load an interface that handles multiple live videos asynchronously. This is a great example how RxJS and Angular can manage complex data streams from a simple single page application.
FlashLawyer Chatbot
FlashLawyer is a legal document generator with a chatbot interface. Angular2 controls the flow of chat messages between the user and the chatbot - the chatbot is powered by AWS Lex (Alexa). The interface also uses Firebase for data storage and authentication.
Hypertrack
Hypertrack is a London-based platform for tracking vehicle mileage and user location on mobile devices. The company uses Angular2 to power its webapp, which integrates with the Leaflet map library. Yet another example of complex data streams being managed from a single page application.
ArtiFilter Photo Filters
ArtiFilter is a photo filtering app that uses deep learning to mimic the art styles of famous painters. This app combines Firebase Storage and with Angular to facilitate simple file uploads from any device. The interface is an example of how Angular can essentially replicate the responsiveness and UX of a native iOS or Andriod mobile app.
Angular.io
Ok, this one is obvious, but I feel like it deserves a mention. The new Angular.io site was just launched in June 2017 and it showcases some .Most notably, it uses background workers to Cache resources and data, making much faster than most websites (and that’s without server side rendering). Give the search feature a try and you’ll see how user-friendly developer documentation can be.
Have Other Angular2 Examples?
Do you know of any other examples of Angular 2.x or 4.x apps in production? Please share them in the comments. We would love write a feature about your Angular project and experiences.