angular/packages/core/src/render3/namespaces.ts
Alan Agius cf51690341 refactor(core): remove several private utils and APIs (#48357)
These APIs are no longer used.

PR Close #48357
2022-12-05 14:35:08 -08:00

10 lines
280 B
TypeScript

/**
* @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
*/
export const SVG_NAMESPACE = 'svg';
export const MATH_ML_NAMESPACE = 'math';