https://github.com/angular/angular
Raw File
Tip revision: 235bffc5f9a0faf00b9aeb4ef5f15c696ad4b522 authored by Joey Perrott on 17 February 2022, 21:34:21 UTC
release: cut the v14.0.0-next.3 release
Tip revision: 235bffc
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