Bootstrap w/ Angular “Error: $(…).collapse() is not a function”
问题 I'm new to Bootstrap and trying to activate the .collapse() function from Javascript in an Angular controller when a user clicks on a link. This should close the collapsible navbar when one of the links is clicked (because the routing is controlled by Angular and doesn't cause a page refresh). The following error shows: ERROR TypeError: $(...).collapse is not a function at HTMLAnchorElement.<anonymous> (header.component.ts:18) at HTMLAnchorElement.dispatch (jquery.js:5183) at