1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2026-05-16 09:21:12 +02:00

implementing gallery photo rendering

This commit is contained in:
Braun Patrik
2016-03-20 16:54:30 +01:00
parent d6cd1798b5
commit 9f55214e38
16 changed files with 119 additions and 28 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
export class LoginCredential{
constructor(public username?:string, public password?:string){
constructor(public username:string = null, public password:string = null){
}
}