angular/adev/shared-docs/components/algolia-icon/algolia-icon.component.ts
2026-03-25 12:58:39 -07:00

15 lines
371 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.dev/license
*/
import {Component} from '@angular/core';
@Component({
selector: 'docs-algolia-icon',
templateUrl: './algolia-icon.component.html',
})
export class AlgoliaIcon {}