Skip to content

Instantly share code, notes, and snippets.

@manivelarjunan
Created December 2, 2018 22:29
Show Gist options
  • Save manivelarjunan/9ded77f47fd048ca3404b0ae65e38309 to your computer and use it in GitHub Desktop.
Save manivelarjunan/9ded77f47fd048ca3404b0ae65e38309 to your computer and use it in GitHub Desktop.
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-root',
templateUrl: './app.component.html',
styleUrls: ['./app.component.scss']
})
export class AppComponent implements OnInit {
title = 'Angular7-unit-testing!';
constructor() {}
ngOnInit() {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment