overflow-webapp/src/app/pages/auth/auth.component.ts
crusader 949e16993f ing
2018-01-29 11:17:00 +09:00

16 lines
267 B
TypeScript

import { Component, OnInit } from '@angular/core';
@Component({
selector: 'of-pages-auth',
templateUrl: './auth.component.html',
styleUrls: ['./auth.component.scss']
})
export class AuthComponent implements OnInit {
constructor() { }
ngOnInit() {
}
}