Andre Mesquita
Andre Mesquita
> Hi, after doing build I get npm run build exited with code 0, and I continue with npm run node:start but I get this error: > [email protected] node:start E:\Projects\heroes...
enviroment.ts => ga = "YOUR-TRACKING-CODE" NgxGoogleAnalyticsModule.forRoot(enviroment.ga);
Look this article from Daniel Kreider (@dkreider) to observe directly use of gtag. https://itnext.io/angular-google-analytics-the-complete-guide-6518736096a0 I thing you may use like `this.$gaService.set('config', 'YOUR-TRACKING-CODE');` But I don´t tested. P.S.: I really sad...
I made a simple implementation about, using comma separated. If wants to make a pull request, talk me. https://github.com/avmesquita/wp-structuring-markup Best regards
> docker compose build (OK) > docker compose up (Error)  > docker build . (Error) 
For me, at Angular 17, EventEmitter needs to be **any** as type. Boolean has crashed. @Output() submissionDone = new EventEmitter();
> Thanks for the contribution @dinbtechit I'm going to go ahead and close this as resolved. Please, update wiki at https://github.com/formio/angular/wiki/Form-Renderer with this parameter.