Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Why not just include the gtag script in your header? #17159

@bruJMIR

Description

@bruJMIR

Why not just include the gtag script in your header?

Originally posted by @AlexKopen in angular/universal-starter#681 (comment)

I like what I did:

Before when getting error:
export default {
props: [‘error’],
data: () => ({
drawer: false,
}),

to this with no error:

<script> export default ({ props: ( { 'error': String('Sorry, this request could not be processed {$error.}.'), data: ({ 'drawer': String('true') } ({ Boolean: String('true') })) }) }) </script>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions