'ng-select' is not a known element
问题 this is my code: I want to add on my form https://github.com/ng-select/ng-select multi select for tags input. components.module.ts: import { NgModule } from '@angular/core'; import { CommonModule } from '@angular/common'; import { HttpClientModule } from '@angular/common/http'; import { FormsModule, ReactiveFormsModule } from '@angular/forms'; import { NgSelectModule } from '@ng-select/ng-select'; @NgModule({ imports: [ CommonModule, HttpClientModule, FormsModule, ReactiveFormsModule,