-
Notifications
You must be signed in to change notification settings - Fork 1
/
app-behaviors.html
36 lines (32 loc) · 1.42 KB
/
app-behaviors.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<!--
@license
Copyright (c) 2017 The expand.js authors. All rights reserved.
This code may only be used under the BSD style license found at https://expandjs.github.io/LICENSE.txt
The complete set of authors may be found at https://expandjs.github.io/AUTHORS.txt
The complete set of contributors may be found at https://expandjs.github.io/CONTRIBUTORS.txt
-->
<!--
A collection of application web components from the expand.js team.
@collection app-behaviors
@since 1.0.0
@category collections
@description A collection of application web components from the expand.js team
@keywords expandjs, web app, web components
@homepage https://expandjs.com/components
@repository https://github.com/expandjs/app-behaviors
@source https://github.com/expandjs/app-behaviors/blob/master/components.html
-->
<link rel="import" href="app-command-behavior.html">
<link rel="import" href="app-i18n.html">
<link rel="import" href="app-locale-behavior.html">
<link rel="import" href="app-meta.html">
<link rel="import" href="app-protocol-behavior.html">
<link rel="import" href="app-reader.html">
<link rel="import" href="app-receiver-behavior.html">
<link rel="import" href="app-route.html">
<link rel="import" href="app-router.html">
<link rel="import" href="app-shell-behavior.html">
<link rel="import" href="app-source.html">
<link rel="import" href="app-store-behavior.html">
<link rel="import" href="app-view.html">
<link rel="import" href="app-watcher.html">