Я установил загрузчик ngx
npm install ngx-bootstrap@2 --save
импортировал модуль, как описано в документации
// RECOMMENDED (doesn't work with system.js)
import { AlertModule } from 'ngx-bootstrap/alert';
// or
import { AlertModule } from 'ngx-bootstrap';
@NgModule({
imports: [AlertModule.forRoot(),...]
})
export class AppModule(){}
Однако, когда я использую компонент
<alert *ngIf="success" type="success"> Alert text</alert>
Я получаю;
'alert' is not a known element:
1. If 'alert' is an Angular component, then verify that it is part of this module.
2. To allow any element add 'NO_ERRORS_SCHEMA' to the '@NgModule.schemas' of this component.
Я добавил 'NO_ERRORS_SCHEMA', но все равно не радости