member_webapp/src/app/app.component.ts

10 lines
197 B
TypeScript
Raw Normal View History

2018-05-10 09:01:59 +00:00
import { Component } from '@angular/core';
2018-04-06 06:59:49 +00:00
@Component({
selector: 'of-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss']
})
2018-04-06 11:02:18 +00:00
export class AppComponent {
2018-04-06 06:59:49 +00:00
}