zgo/src/app/app.component.ts

14 lines
252 B
TypeScript

import { Component } from '@angular/core';
//import { Post} from './posts/post.model';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.css']
})
export class AppComponent {
title = 'ZGo';
}