My code gives the following error while setting [mapTypeId]="'hybrid'" for agm-map
ERROR in src/app/map/google-map/google-map.component.html:1:59 - error TS2322: Type '"hybrid"' is not assignable to type '"HYBRID" | "ROADMAP" | "SATELLITE" | "TERRAIN"'.
1 <agm-map [latitude]="lat" [longitude]="lng" [zoom]="zoom" [mapTypeId]="'hybrid'">
~~~~~~~~~~~~~~~~~~~~~~
src/app/map/google-map/google-map.component.ts:5:16
5 templateUrl: './google-map.component.html',
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Error occurs in the template of component GoogleMapComponent.