update to use the givenX_whenY_thenZ naming convention for tests Co-Authored-By: KevinGilmore <kpg102@gmail.com>
8 lines
158 B
TypeScript
8 lines
158 B
TypeScript
import { Component } from '@angular/core';
|
|
|
|
@Component({
|
|
selector: 'app',
|
|
templateUrl: './app/app.component.html'
|
|
})
|
|
|
|
export class AppComponent { } |