spacing fixed

id now used maybe not what we want
This commit is contained in:
Bluepr1nt
2017-03-01 23:21:59 +01:00
parent 373fdf8417
commit bf1ef36276
3 changed files with 23 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
position: relative;
left: 0;
background-color: #EEE;
margin: .5em;
margin: 0 0 .5em 0;
padding: .3em 0;
height: 1.6em;
border-radius: 4px;
+1 -1
View File
@@ -5,7 +5,7 @@
<h2>My Beers</h2>
<ul class="heroes">
<li *ngFor="let beer of beers" (click)="onSelect(beer)" [class.selected]="beer === selectedBeer">
<span class="badge"> </span> {{beer.name}}
<span class="badge"> {{beer.id}} </span> {{beer.name}}
</li>
</ul>
<div *ngIf="selectedBeer">
+21
View File
@@ -0,0 +1,21 @@
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'start' ]
2 info using npm@4.1.2
3 info using node@v7.6.0
4 verbose stack Error: ENOENT: no such file or directory, open 'C:\Users\martijn\Documents\GitHub\Beertracker\package.json'
5 verbose cwd C:\Users\martijn\Documents\GitHub\Beertracker
6 error Windows_NT 10.0.14393
7 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "start"
8 error node v7.6.0
9 error npm v4.1.2
10 error path C:\Users\martijn\Documents\GitHub\Beertracker\package.json
11 error code ENOENT
12 error errno -4058
13 error syscall open
14 error enoent ENOENT: no such file or directory, open 'C:\Users\martijn\Documents\GitHub\Beertracker\package.json'
15 error enoent ENOENT: no such file or directory, open 'C:\Users\martijn\Documents\GitHub\Beertracker\package.json'
15 error enoent This is most likely not a problem with npm itself
15 error enoent and is related to npm not being able to find a file.
16 verbose exit [ -4058, true ]