UNPKG

@rishavtandon93/ng-select-aria

Version:

Angular ng-select - All in One UI Select, Multiselect and Autocomplete

9 lines (7 loc) 177 B
import { Injectable } from '@angular/core'; @Injectable({ providedIn: 'root' }) export class ConsoleService { warn(message: string) { console.warn(message) } }