maciejtreder/angular-universal-pwa

View on GitHub
application/src/app/home/home.component.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { Component } from '@angular/core';

@Component({
  selector: 'home-view',
  templateUrl: './home.component.html',
  styles: ['pre {background: lightgray; color: black}']
})
export class HomeComponent {}