chore(examples): add upgrade/static example

This commit is contained in:
Peter Bacon Darwin
2016-11-16 10:33:31 +00:00
committed by Chuck Jazdzewski
parent 547c22029a
commit 73de925551
3 changed files with 255 additions and 0 deletions

View File

@ -0,0 +1,17 @@
ng2-heroes {
border: solid black 2px;
display: block;
padding: 5px;
}
ng1-hero {
border: solid green 2px;
margin-top: 5px;
padding: 5px;
display: block;
}
.title {
background-color: blue;
color: white;
}