UNPKG

ngx-admin-lte

Version:

AdminLTE theme for angular

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