We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b4ca45 commit f3f65adCopy full SHA for f3f65ad
src/cdk/portal/portal.spec.ts
@@ -219,7 +219,7 @@ describe('Portals', () => {
219
fixture.detectChanges();
220
templatePortal.attach(testAppComponent.portalOutlet, {$implicit: {status: 'rotten'}});
221
222
- // Expect that the content of the attached portal is present and and context given via the
+ // Expect that the content of the attached portal is present and context given via the
223
// attach method is projected and get precedence over constructor context
224
expect(hostContainer.textContent).toContain('Banana - rotten!');
225
});
0 commit comments