Where to put the import module in a new installation of ng-2 Bootstrap?
问题 I'm a complete newbie attempting to setup ng2 Bootstrap (Angular2 with Bootstrap4 css) using this tutorial, so far I've installed the dependencies: Angular (requires Angular version 2 or higher, tested with 2.0-rc.5) Bootstrap CSS (tested with version 4.0 alpha V3) and I've started the application: The problem is I don't know where to add the following line of code without causing errors: Once installed you need to import our main module. import {NgbModule} from '@ng-bootstrap/ng-bootstrap';