Skip to content

Instantly share code, notes, and snippets.

@t-palmer
Created March 9, 2019 12:50
Show Gist options
  • Save t-palmer/7b3cf9e00bc09b505eca789f5dcbd2c0 to your computer and use it in GitHub Desktop.
Save t-palmer/7b3cf9e00bc09b505eca789f5dcbd2c0 to your computer and use it in GitHub Desktop.
Example stub for child component for viewchild-unit-test-example
import { Component } from '@angular/core';
@Component({
selector: 'app-child',
template: ''
})
export class ChildStubComponent {
updateTimeStamp() {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment