Forked from
Eclipse Projects / Eclipse Graphene / angular-frontend
396 commits behind the upstream repository.
-
Danial Hezarkhani authoredDanial Hezarkhani authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
app.component.ts 216 B
import { Component } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss']
})
export class AppComponent {
title = 'graphene-ui';
}