Skip to content

A bit of documentation #1

@tur-ing

Description

@tur-ing

The component looks promising, but I still try to figure out how it works.

Could you provide some small documentation or an example how to use it?

I installed oauth-v2 and its dependencies and embedded it into my login-view.html, but there is not very much going on :)

<link rel="import" href="../bower_components/polymer/polymer.html">
<link rel="import" href="../bower_components/iron-ajax/iron-ajax.html">
<link rel="import" href="../bower_components/oauth-v2/oauth-v2.html">

<dom-module id="login-view">

    <template>
        <style>
            :host {
                display: block;
                padding: 16px;
            }
        </style>
        <h1>Login</h1>
        <oauth-v2></oauth-v2>
    </template>

    <script>
        Polymer({
            is: 'login-view',
            properties: {
                route: Object
            }
        });
    </script>

</dom-module>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions