Home » Polymer App Elements

Polymer App Elements

by Online Tutorials Library

Polymer App Elements

The app elements are used to build an entire application. There are two types of polymer elements. These components support features such as routing, data storage, and more.

Polymer app-layout

The app-layout elements are useful for building high-quality, responsive layouts just with markup.

Polymer app-route

These are for managing the routing within an app, mapping URLs to views.

Next TopicApp Layout

You may also like