(platformId: Object)
| 14 | * @publicApi |
| 15 | */ |
| 16 | export function isPlatformBrowser(platformId: Object): boolean { |
| 17 | return platformId === PLATFORM_BROWSER_ID; |
| 18 | } |
| 19 | |
| 20 | /** |
| 21 | * Returns whether a platform id represents a server platform. |
no outgoing calls
no test coverage detected
searching dependent graphs…