Open gioanrobles24 opened 5 years ago
Hello @gioanrobles24 .Declare cdvRootBeer (after all imports)
cdvRootBeer
declare var cdvRootBeer:any;
@gioanrobles24 or in /src/globals.d.ts, then you don't need to declare this variable on each file.
/src/globals.d.ts
Hello @gioanrobles24 .Declare
cdvRootBeer
(after all imports)