blob: 031b96c016c922d73889ba8b4bf7560457bf04ce [file] [log] [blame]
/** This file contains singleton values shared by the application. */
import {Observable} from './observable';
export const errors = new Observable<string[]>([]);
export const isCobalt = navigator.userAgent.indexOf('Cobalt') >= 0;