This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
group: exericicios_slide2 | |
agencia = { | |
nome_agencia:string, cidade_agencia:string, ativo:number | |
} | |
cliente = { | |
nome_cliente:string, rua_cliente:string, cidade_cliente:string | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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; |
NewerOlder