All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.app.modules.global-variable.components.global-variable-edition.global-variable-edition.component.html Maven / Gradle / Ivy

There is a newer version: 2.9.0
Show newest version
{{ message }}
Global variable can be user in your scenario with **global_variable_name**.
You can defined variable in json in this file.
For example :
{{"{
        key1: value1,
        key2: {
                subKey1: subValue1,
                subKey2: subValue2
        },
        key3: [
                {
                alias: nico,
                test:value
                },
                {
                test:value
                }
        ]
}"}}
will generate keys :
        - subKey1
        - key2.subKey1
        - key2.subKey2
        - nico.test
        - key3[1].test

        




© 2015 - 2024 Weber Informatics LLC | Privacy Policy