import { Component, OnInit, OnDestroy } from '@angular/core';
@Component({
selector: 'app-layout-register',
templateUrl: './register.component.html'
})
export class LayoutRegisterComponent implements OnInit {
constructor( ) {
}
public ngOnInit() {
}
}