UNPKG

@angular/language-service

Version:
13 lines (12 loc) 381 B
/** * @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.dev/license */ import { CodeActionMeta } from './utils'; /** * This code action will generate a new import for an unknown selector. */ export declare const missingImportMeta: CodeActionMeta;