overflow-webapp/src/app/app.component.ts
2018-01-25 17:03:29 +09:00

11 lines
206 B
TypeScript

import { Component } from '@angular/core';
@Component({
selector: 'of-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss']
})
export class AppComponent {
title = 'of';
}