Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update test app custom error component's property names #20

Merged
merged 14 commits into from
Jul 14, 2020
Merged
Prev Previous commit
Next Next commit
chore: merge changes from upstream
  • Loading branch information
harikvpy committed Jul 8, 2020
commit 8e0e72a9b7af9e30e63fd9008ca3cf7deef625c1
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ import { byPlaceholder, byText, createComponentFactory, Spectator } from '@ngnea
import { ErrorTailorModule } from '@ngneat/error-tailor';
import { tick, fakeAsync } from '@angular/core/testing';
import { DefaultControlErrorComponent } from './control-error.component';
import { Observable, asyncScheduler, scheduled } from 'rxjs';
import { map } from 'rxjs/operators';

function getComponentFactory<C>(component: Type<C>) {
return createComponentFactory({
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.