Lara

Results 4 comments of Lara

Same error on build on cloud `ng build --prod`: `Could not resolve angular-gtag relative to [object Object].` `error TS2307: Cannot find module 'angular-gtag'.` if I build on localhost I don't...

> Same error on build on cloud `ng build --prod`: > `Could not resolve angular-gtag relative to [object Object].` > `error TS2307: Cannot find module 'angular-gtag'.` > > if I...

It happens the same to me. have you solved it? ``` constructor(private idle: Idle, private idle2: Idle){ idle.setIdle(1000); // sets an idle timeout of "environment.idle_time" seconds idle.setTimeout(5); // sets a...

> it's only work with ngb-dropdown. I make a stackblitz https://stackblitz.com/edit/angular-zs1rxp > Feel free to use, improve or change it's possible to set a minDate and maxDate? thanks.