using $("- sharpid"). Modal ("open") Times error is as follows:
ERROR in src/app/components/navbar/navbar.component.ts(77,5): error TS2304: Cannot find name "$".
add a reference
import * as $ from "jquery";
use $("- sharpid"). Modal ("open") or report an error:
ERROR in src/app/components/navbar/navbar.component.ts(77,21): error TS2339: Property "modal" does not exist on type "JQuery<HTMLElement>".
could you tell me how to solve the problem?