jamesbcn
jamesbcn
I replaced the libraries with googlemaps. ``` import googlemaps gmaps = googlemaps.Client(key='API-KEY-HERE') ```
I can't, sorry. I ended up using another library.
OK. I have reported it to Webpack: [https://github.com/webpack/webpack/issues/16488](url) Thanks.
They are saying the same. It is not their issue but a loader issue. Ts-loader is the only loader I am using and the HTML is inline within the .ts...
Manually escaping should work - it's just a lot of work. And yeah, I'm in the process of migrating. First step was to switch to Typescript.
Thanks ribafs, it worked for me. What did we actually do here?
Remove ngAfterViewInit and move the contents to the bottom of ngOnInit