Answers for "installs bootstrap 3"

2

installs bootstrap 3

import { AlertModule } from 'ngx-bootstrap';
...
@NgModule({
...
imports: [AlertModule.forRoot(), ... ],
... 
})
Posted by: Guest on February-28-2022

Browse Popular Code Answers by Language