UNPKG

banana-app

Version:

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 7.3.8.

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