export class PlatformProviderMock { get isBrowser() { return true; } }