DEV Community

Discussion on: Integrating Google authentication with your Angular app

Collapse
 
radziszxtrf profile image
radziszXTRF

Hi, nice post, thank you!
While playing with your code I've got the following error:
ERROR in src/app/auth-button/auth-button.component.ts:11:24 - error TS2503: Cannot find namespace 'gapi'.
Any hints? please:-)

Collapse
 
jorgecf profile image
Jorge Cifuentes

Install the gaps types and reference them in the compilerOptions (in the Get your app ready section)

😃