Skip to content

Instantly share code, notes, and snippets.

View ADCDS's full-sized avatar
🥒
afiando a mandioca

Adriel Santos ADCDS

🥒
afiando a mandioca
View GitHub Profile
group: exericicios_slide2
agencia = {
nome_agencia:string, cidade_agencia:string, ativo:number
}
cliente = {
nome_cliente:string, rua_cliente:string, cidade_cliente:string
}
group: Exercicio1
PACIENTE = {
idPaciente:number, nomePaciente:string, cidade:string
1,"João da Silva","Alfenas"
2,"Rita Duarte","Lavras"
3,"Marcos Costa","Belo Horizonte"
4,"Lara Campos","São Paulo"
}
@ADCDS
ADCDS / designer.html
Created April 17, 2015 14:51
designer
<link rel="import" href="../core-icon-button/core-icon-button.html">
<link rel="import" href="../core-toolbar/core-toolbar.html">
<link rel="import" href="../core-header-panel/core-header-panel.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;