Skip to content

Commit 88df7ee

Browse files
chore: update browserstack key (#10588)
1 parent 04045d2 commit 88df7ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ env:
4646
- LOGS_DIR=/tmp/angular-material2-build/logs
4747
- SAUCE_USERNAME=angular-ci
4848
- BROWSER_STACK_USERNAME=angularteam1
49-
- BROWSER_STACK_ACCESS_KEY=BWCd4SynLzdDcv8xtzsB
49+
- BROWSER_STACK_ACCESS_KEY=CaXMeMHD9pr5PHg8N7Jq
5050
- BROWSER_PROVIDER_READY_FILE=/tmp/angular-material2-build/readyfile
5151
- BROWSER_PROVIDER_ERROR_FILE=/tmp/angular-material2-build/errorfile
5252

src/material-examples/text-field-autosize-textarea/text-field-autosize-textarea-example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import {CdkTextareaAutosize} from '@angular/cdk/text-field';
22
import {Component, NgZone, ViewChild} from '@angular/core';
3-
import {take} from 'rxjs/operators/take';
3+
import {take} from 'rxjs/operators';
44

55
/** @title Auto-resizing textarea */
66
@Component({

0 commit comments

Comments
 (0)