blob: 1237759a0f1111fd1cfd9733d47650f92acdcf85 [file] [log] [blame]
/**
* @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
*/
import { UpdateRecorder } from '@angular-devkit/schematics';
import { parse5 } from '@angular/cdk/schematics';
/**
* Removes the specified element. Additionally, preceding whitespace will be removed
* to not leave empty lines in the resulting HTML.
*/
export declare function removeElementFromHtml(element: parse5.DefaultTreeElement, recorder: UpdateRecorder): void;