I am trying to develop frontend for an Angular app with various Bootstrap Components. I copied the code given in Angular-Bootstrap component site and executed the same. But I am getting a datatype issue for 'content' parameter and hence unable to load the bootstrap.
I tried other error-free codes from YouTube and still Offcanvas or Modal components are not loading.
I want to reproduce whatever functionality the components are having as shown ng-bootstrap
Here is the error i face when i copy paste the code from ng-bootstrap site.
I have all the dependencies required; as mentioned in ng-bootstrap site.
My TypeScript File and the error; followed the same as the ng-bootstrap site