https://github.com/angular/angular
Raw File
Tip revision: bf05c979a78ca1a0f8f1aea41ccfc9d4a3f20e1d authored by Alex Rickabaugh on 28 October 2020, 21:03:23 UTC
release: cut the v11.0.0-rc.1 release
Tip revision: bf05c97
init_node_no_angular_spec.ts
/**
 * @license
 * Copyright Google LLC All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://angular.io/license
 */

(global as any).isNode = true;
(global as any).isBrowser = false;
back to top