first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { Component, OnInit } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-login-with-bg',
|
||||
templateUrl: './login-with-bg.component.html',
|
||||
styleUrls: ['./login-with-bg.component.css']
|
||||
})
|
||||
export class LoginWithBgComponent {
|
||||
|
||||
constructor() { }
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user