mirror of
https://github.com/Lissy93/happy-app.git
synced 2021-05-12 19:52:18 +03:00
10 lines
187 B
TypeScript
10 lines
187 B
TypeScript
|
|
import {Component} from "@angular/core";
|
|
|
|
@Component({
|
|
selector: 'app-help',
|
|
templateUrl: 'app-help.html',
|
|
styleUrls: ['app-help.css']
|
|
})
|
|
export class AppHelpComponent {}
|