Angular Progressive Web Apps (PWA) MasterClass & FREE E-Book
Angular Progressive Web Apps (PWA) MasterClass & FREE E-Book, available at $64.99, has an average rating of 4.4, with 43 lectures, based on 621 reviews, and has 5442 subscribers.
You will learn about Code in Github repository with downloadable ZIP files per section Learn in detail multiple features made available by the Angular Service Worker Learn How to turn your Angular Application into a PWA Make your Angular Application Downloadable and Installable Make you Angular Application One-Click Installable with an App Manifest Add an Application Shell for boosting Initial Startup Performance Add Push Notifications using the Angular Service Worker Improve Application Performance with Application Data Caching Learn Service Worker Fundamentals Learn the Service Worker Lifecycle in Detail Debug Service Workers using the Chrome Dev Tools This course is ideal for individuals who are Developers looking to get in-depth knowledge on the Angular Service Worker or Developers looking to learn Service Worker Fundamentals (part 2 of the course) It is particularly useful for Developers looking to get in-depth knowledge on the Angular Service Worker or Developers looking to learn Service Worker Fundamentals (part 2 of the course).
Enroll now: Angular Progressive Web Apps (PWA) MasterClass & FREE E-Book
Summary
Title: Angular Progressive Web Apps (PWA) MasterClass & FREE E-Book
Price: $64.99
Average Rating: 4.4
Number of Lectures: 43
Number of Published Lectures: 43
Number of Curriculum Items: 43
Number of Published Curriculum Objects: 43
Original Price: $74.99
Quality Status: approved
Status: Live
What You Will Learn
- Code in Github repository with downloadable ZIP files per section
- Learn in detail multiple features made available by the Angular Service Worker
- Learn How to turn your Angular Application into a PWA
- Make your Angular Application Downloadable and Installable
- Make you Angular Application One-Click Installable with an App Manifest
- Add an Application Shell for boosting Initial Startup Performance
- Add Push Notifications using the Angular Service Worker
- Improve Application Performance with Application Data Caching
- Learn Service Worker Fundamentals
- Learn the Service Worker Lifecycle in Detail
- Debug Service Workers using the Chrome Dev Tools
Who Should Attend
- Developers looking to get in-depth knowledge on the Angular Service Worker
- Developers looking to learn Service Worker Fundamentals (part 2 of the course)
Target Audiences
- Developers looking to get in-depth knowledge on the Angular Service Worker
- Developers looking to learn Service Worker Fundamentals (part 2 of the course)
This Course In a Nutshell – Part 1 Angular Service Worker (includes the Typescript Jumpstart Ebook)
In the first part of the course we are going to dive straight into the Angular Service Worker and the built-in Angular CLI PWA support. We are going to take as the starting point a plain Angular Application, and we are going to start adding PWA features on top of it in order to turn it into a Progressive Web Application.
We will start by adding the Angular Service Worker and have the Application Download & Installation feature up and running. We will learn all about Application Version Managementand we will learn about the multiple caching strategies available for caching not only the application bundles, but also the application data.
We will then add an Application Shell using the Angular CLI and Angular Universal, and make the application One-Click Installable using an App Manifest. Finally we will add Push Notifications to the application using the Angular Service Worker, for a complete mobile-like PWA experience.
This Course In a Nutshell – Part 2 – Service Workers Fundamentals
In this second part, you will learn about Progressive Web Applications in general (including Service Workers, App Manifest, and the Cache Storage API.), and you will use these APIs to implement several native-like features: One-Click Install, Offline support, application download and installation, application data caching and more.
We will also learn Service Worker Web Fundamentals from first principles using built-in browser APIs directly and we will confirm our understanding of what is going on in every step of the way using the PWA built-in Chrome Dev Tools.
The knowledge learned on this section has a long shelf live, as its about browser fundamentals and how the new PWA Web works in general, so everything learned here is still applicable to any other development platform other than Angular.
Why PWAs? Build the Future Of the Web Today
The future of the Web is clearly going in one direction: Progressive Web Applications! With the upcoming Safari support and the ability to install a PWA directly to a Windows desktop, PWAs are the new generation of web applications that will bridge the gap towards Native Apps: this will even include in the near future things like Bluetooth and Payments.
PWAs look and feel like native apps, but there is no App Store and all its issues involved: instead a web application can now be installed directly to the user desktop or home screen with one single click!
The application will then install itself immediately on the background, so that it does not have to be downloaded again unless a new version is available.
The application will feel blazing fast in a way that until now only native apps could: A PWA is offline, background sync and notification capable.
PWAs are not mobile-specific: any application can benefit from starting up an order of magnitude faster! The Angular CLI PWA support and the Angular Service Worker take PWA features to another level: we will be able to add PWA features reliably to our application in a transparent way via the Angular CLI, as part of the production build process.
But we will still need to understand how PWA features work under the hood, in order to troubleshoot any issues, interact with the Angular Service Worker or configure the Angular CLI.
Course Overview
In part 1, we are going to take PWA features one at a time.These features where designed to be used together, so using them to implement a concrete use case is the best way to learn them. The main component of a PWA is a Service Worker, so that is our starting point.
We are going to learn all about the Service Worker lifecycle, how multiple versions of the service worker are handled by the browser, and we will learn multiple Service worker installation and activation GOTCHAs. We are then going to build a service worker that gives to an application the ability of showing an offline page when the network is down, using the Cache API.
Most of the PWA APIs are Promise-based, so to make the code more readable we are going to be using Async / Await in our examples. We are then going to implement Application Download and Installation: we are going to see how we can use a Service Worker to completely download a version of the website into a user’s mobile or desktop, and how to handle the installation of multiple versions of the application.
We are going to demo the performance benefits of caching the complete application locally by simulating a slow network, and learn how to clean previous versions of an application. We will also learn how to cache UI-specific data and derived View Model data on the client side using Indexed DB and a Service Worker, and we will also earn how to implement Background Sync.
The next section of the course will cover all about the App Manifest and how to configure that one-click installation experience that we are looking for. After that, we will inspect our application with the Lighthouse tool and analyze the generated report.
The last part of this PWA fundamentals section will cover Web Push and Notifications. In this section, we are going to setup a node server with Web Push capabilities, and then we are going to link it to our service worker in order to implement mobile-like Notifications.
What Will you Learn In this Course?
You will learn how the PWA Browser features work in general, not only in the context of an Angular application. You will know how to analyze and troubleshoot PWAs using the Chrome PWA Dev Tools. You will also learn how to leverage the Angular Service Worker, and all the Angular CLI PWA features to build PWA-enabled web applications.
What Will You be able to do at the End Of This Course?
You will be able to design, develop and troubleshoot PWAs, plus you will know how to quickly add PWA features to an Angular Application leveraging the Angular CLI and the Angular Service Worker.
Have a look at the course free lessons below, and please enjoy the course!
Course Curriculum
Chapter 1: Angular Service Worker
Lecture 1: Angular Progressive Web Apps Course Helicopter View
Lecture 2: Recommended Software Versions
Lecture 3: The Typescript Jumpstart Ebook
Lecture 4: Course Kick-Off – Install Node, NPM, IDE And Service Workers Section Code
Lecture 5: How To Convert an Angular Application Into a PWA
Lecture 6: How To Run The Angular Service Worker In Production Mode
Lecture 7: Angular Service Worker – How Does it Work?
Lecture 8: Service Worker Version Management – How Does it Work?
Lecture 9: The Angular Service Worker Kill Switch
Lecture 10: Performance Caching Policy – Cache First, Network Last
Lecture 11: Freshness Caching Policy – Network First, Cache Last
Chapter 2: App Manifest – Add Application To Home Screen
Lecture 1: App Manifest – Making a PWA One-Click Installable
Chapter 3: The Angular Application Shell
Lecture 1: What is an Application Shell, What Problem Does it Solve?
Lecture 2: Learn the Relation Between the App Shell and Angular Universal
Lecture 3: Learn How the App Shell is Rendered Using the Angular Router
Lecture 4: The App Shell In Action – View Performance Benefits
Chapter 4: Push Notifications
Lecture 1: New Section Kickoff – Push Notifications
Lecture 2: Server Identification – Generating a VAPID key with the web-push library
Lecture 3: VAPID Public Key and Private Key – Learn the Differences
Lecture 4: How do Push Notifications Work? Browser-specific Push Service Providers
Lecture 5: Push Notifications Request – Implementation Completed
Lecture 6: How To Display The Allow or Deny Notifications Popup Again
Lecture 7: Push Notification in Node – Server Implementation With web-push
Lecture 8: View Web Push Notifications In Action
Chapter 5: Service Worker Fundamentals
Lecture 1: Service Workers In a Nutshell – Service Worker Registration
Lecture 2: Service Workers Hello World – Lifecycle Part 1 and PWA Chrome Dev Tools
Lecture 3: Service Workers and Application Versioning – Install & Activate Lifecycle Phases
Lecture 4: Downloading The Offline Page – The Service Worker Installation Phase
Lecture 5: Introduction to the Cache Storage PWA API
Lecture 6: View Service Workers HTTP Interception Features In Action
Lecture 7: Service Workers Error Handling – Serving The Offline Page
Chapter 6: Service Workers In Practice
Lecture 1: Section Introduction – Service Workers and Application Download and Installation
Lecture 2: Downloading an Application In The Background Using Service Workers
Lecture 3: Using Service Workers To Implement a Cache Then Network Fetch Strategy
Lecture 4: Service Worker Version Management in Action
Lecture 5: Service Worker Version Management – Deleting Previous Application Versions
Lecture 6: Performance Benefits of a Service Worker over a Slow Connection
Lecture 7: Service Worker Lifecycle – Understanding The Default Behavior
Lecture 8: Service Worker Lifecycle Customization -Early Activation with clients.claim()
Lecture 9: Service Worker Lifecycle Customization with skipWaiting()
Lecture 10: Service Worker Lifecycle Customization – Manually Check For New Versions
Chapter 7: Conclusion
Lecture 1: Bonus Lecture (Updated August 2024)
Lecture 2: Course Conclusion and Key Takeaways
Instructors
-
Angular University
Best Selling Angular Courses | 200k+ students | 17 courses
Rating Distribution
- 1 stars: 17 votes
- 2 stars: 17 votes
- 3 stars: 76 votes
- 4 stars: 226 votes
- 5 stars: 285 votes
Frequently Asked Questions
How long do I have access to the course materials?
You can view and review the lecture materials indefinitely, like an on-demand channel.
Can I take my courses with me wherever I go?
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!
You may also like
- Top 10 Video Editing Courses to Learn in November 2024
- Top 10 Music Production Courses to Learn in November 2024
- Top 10 Animation Courses to Learn in November 2024
- Top 10 Digital Illustration Courses to Learn in November 2024
- Top 10 Renewable Energy Courses to Learn in November 2024
- Top 10 Sustainable Living Courses to Learn in November 2024
- Top 10 Ethical AI Courses to Learn in November 2024
- Top 10 Cybersecurity Fundamentals Courses to Learn in November 2024
- Top 10 Smart Home Technology Courses to Learn in November 2024
- Top 10 Holistic Health Courses to Learn in November 2024
- Top 10 Nutrition And Diet Planning Courses to Learn in November 2024
- Top 10 Yoga Instruction Courses to Learn in November 2024
- Top 10 Stress Management Courses to Learn in November 2024
- Top 10 Mindfulness Meditation Courses to Learn in November 2024
- Top 10 Life Coaching Courses to Learn in November 2024
- Top 10 Career Development Courses to Learn in November 2024
- Top 10 Relationship Building Courses to Learn in November 2024
- Top 10 Parenting Skills Courses to Learn in November 2024
- Top 10 Home Improvement Courses to Learn in November 2024
- Top 10 Gardening Courses to Learn in November 2024