<divclass="feature-title">Progressive Web Apps</div>
<pclass="text-body">Use modern web platform capabilities to deliver app-like experiences.
High performance, offline, and zero-step installation.</p>
</div>
<divclass="feature">
<divclass="feature-title">Native</div>
<pclass="text-body">Build native mobile apps with strategies from Cordova, Ionic, or NativeScript.</p>
</div>
<divclass="feature">
<divclass="feature-title">Desktop</div>
<pclass="text-body">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.</p>
</div>
</div>
<hr>
</div>
<divclass="feature-section">
<divclass="feature-header">
<divclass="text-headline">Speed and Performance</div>
<pclass="text-body">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.</p>
</div>
<divclass="feature">
<divclass="feature-title">Universal</div>
<pclass="text-body">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.</p>
</div>
<divclass="feature">
<divclass="feature-title">Code Splitting</div>
<pclass="text-body">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.</p>
<pclass="text-body">With Karma for unit tests, you can know if you've broken things every time you save. And Protractor makes your scenario tests run faster and in a stable manner.</p>