I got the tracking code from hotjar and it is instruction is not working. I am trying to implement hotjar in a single-page app. The tracking code is a script and npm is giving this method to implement it.
import { NgxHotjarModule } from 'ngx-hotjar';
imports: [
BrowserModule,
NgxHotjarModule.forRoot('traking-code')
]
