up edit
This commit is contained in:
parent
f991aee8ed
commit
bdb3728494
13 changed files with 283 additions and 20 deletions
|
@ -7,5 +7,14 @@ import { Component } from '@angular/core';
|
|||
styleUrl: './osm.scss'
|
||||
})
|
||||
export class Osm {
|
||||
osmPseudo: string='';
|
||||
isLogginIn: any = false;
|
||||
|
||||
logout() {
|
||||
|
||||
}
|
||||
|
||||
login() {
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue