Andre Mesquita

Results 7 comments of 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) ![Image](https://github.com/user-attachments/assets/5b16996c-01b6-4890-b930-ec2ee66c2fde) > docker build . (Error) ![Image](https://github.com/user-attachments/assets/dcd16275-2f59-45e8-81b1-7ef9e762fb92)

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.