File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
components-examples/cdk/platform/cdk-platform-overview Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ <h2>Platform information:</h2>
66< p > Is Webkit: {{platform.WEBKIT}}</ p >
77< p > Is Trident: {{platform.TRIDENT}}</ p >
88< p > Is Edge: {{platform.EDGE}}</ p >
9+ < p > Is Safari: {{platform.SAFARI}}</ p >
910< p > Supported input types: {{supportedInputTypes}}</ p >
1011< p > Supports passive event listeners: {{supportsPassiveEventListeners}}</ p >
1112< p > Supports scroll behavior: {{supportsScrollBehavior}}</ p >
Original file line number Diff line number Diff line change 1- < p > Is Android: {{ platform.ANDROID }}</ p >
2- < p > Is iOS: {{ platform.IOS }}</ p >
3- < p > Is Firefox: {{ platform.FIREFOX }}</ p >
4- < p > Is Blink: {{ platform.BLINK }}</ p >
5- < p > Is Webkit: {{ platform.WEBKIT }}</ p >
6- < p > Is Trident: {{ platform.TRIDENT }}</ p >
7- < p > Is Edge: {{ platform.EDGE }}</ p >
1+ < p > Is Android: {{platform.ANDROID}}</ p >
2+ < p > Is iOS: {{platform.IOS}}</ p >
3+ < p > Is Firefox: {{platform.FIREFOX}}</ p >
4+ < p > Is Blink: {{platform.BLINK}}</ p >
5+ < p > Is Webkit: {{platform.WEBKIT}}</ p >
6+ < p > Is Trident: {{platform.TRIDENT}}</ p >
7+ < p > Is Edge: {{platform.EDGE}}</ p >
8+ < p > Is Safari: {{platform.SAFARI}}</ p >
89
910< p >
1011 Supported input types:
11- < span *ngFor ="let type of supportedInputTypes "> {{ type }}, </ span >
12+ < span *ngFor ="let type of supportedInputTypes "> {{type}}, </ span >
1213</ p >
You can’t perform that action at this time.
0 commit comments