0% found this document useful (0 votes)
34 views

Angular Features: Progressive Web Apps

Angular features include building progressive web apps, native mobile apps, desktop apps, code generation, universal rendering, and automatic code splitting.

Uploaded by

Carlos Franco
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
34 views

Angular Features: Progressive Web Apps

Angular features include building progressive web apps, native mobile apps, desktop apps, code generation, universal rendering, and automatic code splitting.

Uploaded by

Carlos Franco
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Angular features

Progressive Web Apps

Use modern web platform capabilities to deliver app-like experiences. High performance, offline,
and zero-step installation.
Native

Native

Build native mobile apps with strategies from Cordova, Ionic, or NativeScript.

Desktop

Create desktop-installed apps across Mac, Windows, and Linux using the same Angular methods
you've learned for the web plus the ability to access native OS APIs.

Code Generation

Angular turns your templates into code that's highly optimized for today's JavaScript virtual
machines, giving you all the benefits of hand-written code with the productivity of a framework.

Universal

Serve the first view of your application on Node.js®, .NET, PHP, and other servers for near-instant
rendering in just HTML and CSS. Also paves the way for sites that optimize for SEO.

Code Splitting

Angular apps load quickly with the new Component Router, which delivers automatic code-
splitting so users only load code required to render the view they request.

You might also like