mirror of
https://github.com/bpatrik/pigallery2.git
synced 2024-11-24 08:42:24 +02:00
package update
This commit is contained in:
parent
12c8c912f1
commit
afd8ee760e
@ -6,7 +6,7 @@ export enum SearchTypes {
|
||||
}
|
||||
|
||||
export class AutoCompleteItem {
|
||||
constructor(public text:string, public type:SearchTypes) {
|
||||
constructor(public text:string, public type:SearchTypes) {
|
||||
}
|
||||
|
||||
equals(other:AutoCompleteItem) {
|
||||
|
@ -17,7 +17,7 @@
|
||||
</ul>
|
||||
<ul class="nav navbar-nav navbar-right">
|
||||
<li>
|
||||
<p class="navbar-text">{{user.name}}</p>
|
||||
<p class="navbar-text" *ngIf="user">{{user.name}}</p>
|
||||
</li>
|
||||
<li>
|
||||
<a style="cursor: pointer" (click)="logout()">Logout</a>
|
||||
|
15
package.json
15
package.json
@ -21,13 +21,13 @@
|
||||
"url": "https://github.com/bpatrik/PiGallery2/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/common": "2.0.0-rc.2",
|
||||
"@angular/compiler": "2.0.0-rc.2",
|
||||
"@angular/core": "2.0.0-rc.2",
|
||||
"@angular/http": "2.0.0-rc.2",
|
||||
"@angular/platform-browser": "2.0.0-rc.2",
|
||||
"@angular/platform-browser-dynamic": "2.0.0-rc.2",
|
||||
"@angular/platform-server": "2.0.0-rc.2",
|
||||
"@angular/common": "2.0.0-rc.3",
|
||||
"@angular/compiler": "2.0.0-rc.3",
|
||||
"@angular/core": "2.0.0-rc.3",
|
||||
"@angular/http": "2.0.0-rc.3",
|
||||
"@angular/platform-browser": "2.0.0-rc.3",
|
||||
"@angular/platform-browser-dynamic": "2.0.0-rc.3",
|
||||
"@angular/platform-server": "2.0.0-rc.3",
|
||||
"@angular/router": "2.0.0-rc.2",
|
||||
"@angular/router-deprecated": "2.0.0-rc.2",
|
||||
"body-parser": "^1.15.1",
|
||||
@ -61,7 +61,6 @@
|
||||
"karma-webpack": "1.7.0",
|
||||
"mime": "^1.3.4",
|
||||
"mocha": "^2.5.3",
|
||||
"mongoose": "^4.5.1",
|
||||
"morgan": "^1.7.0",
|
||||
"ng2-cookies": "^0.1.9",
|
||||
"ng2lint": "0.0.10",
|
||||
|
@ -2,15 +2,14 @@
|
||||
"name": "PiGallery2",
|
||||
"version": false,
|
||||
"globalDependencies": {
|
||||
"body-parser": "registry:dt/body-parser#0.0.0+20160317120654",
|
||||
"chai": "registry:dt/chai#3.4.0+20160317120654",
|
||||
"core-js": "registry:dt/core-js#0.0.0+20160317120654",
|
||||
"body-parser": "registry:dt/body-parser#0.0.0+20160619023215",
|
||||
"chai": "registry:dt/chai#3.4.0+20160601211834",
|
||||
"core-js": "registry:dt/core-js#0.0.0+20160602141332",
|
||||
"debug": "github:DefinitelyTyped/DefinitelyTyped/debug/debug.d.ts#0d622d857f97d44ea7dcad2b3edec1f23c48fe9e",
|
||||
"express": "github:DefinitelyTyped/DefinitelyTyped/express/express.d.ts#0d622d857f97d44ea7dcad2b3edec1f23c48fe9e",
|
||||
"express-session": "registry:dt/express-session#0.0.0+20160331200931",
|
||||
"jasmine": "github:DefinitelyTyped/DefinitelyTyped/jasmine/jasmine.d.ts#d22516f9f089de107d7e7d5938566377370631f6",
|
||||
"mime": "github:DefinitelyTyped/DefinitelyTyped/mime/mime.d.ts#0d622d857f97d44ea7dcad2b3edec1f23c48fe9e",
|
||||
"mongoose": "registry:dt/mongoose#3.8.5+20160316155526",
|
||||
"node": "github:DefinitelyTyped/DefinitelyTyped/node/node.d.ts#0d622d857f97d44ea7dcad2b3edec1f23c48fe9e",
|
||||
"optimist": "registry:dt/optimist#0.0.0+20160316171810",
|
||||
"serve-static": "github:DefinitelyTyped/DefinitelyTyped/serve-static/serve-static.d.ts#0d622d857f97d44ea7dcad2b3edec1f23c48fe9e"
|
||||
|
Loading…
Reference in New Issue
Block a user