@angular/platform-server
Version:
Angular - library for using Angular in Node.js
53 lines (46 loc) • 1.25 kB
JavaScript
/**
* @license Angular v15.0.1
* (c) 2010-2022 Google LLC. https://angular.io/
* License: MIT
*/
import { ɵsetDomTypes } from '@angular/platform-server';
/**
* @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
*/
/**
* Apply the necessary shims to make DOM globals (such as `Element`, `HTMLElement`, etc.) available
* on the environment.
*/
function applyShims() {
ɵsetDomTypes();
}
/**
* @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
*/
applyShims();
/**
* @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
*/
/**
* @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
*/
/**
* Generated bundle index. Do not edit.
*/
//# sourceMappingURL=init.mjs.map