{
    "path": "/home/krm/dev/mimer-academia/programing/ts/class/Examples/basic/examples.sv.json",
    "s": "Ignor",
    "invert": true,
    "level": 1,
    "title": [
        "Att använda klasser i ts"
    ],
    "author": [
        "krm"
    ],
    "created": {
        "year": 2023,
        "month": 1,
        "day": 17,
        "hour": 0
    },
    "status": "alpha",
    "description": [
        "Om att använda klasser i ts."
    ],
    "statments": [],
    "comment": [
        "OBS! Exemplena fungera inte i flems."
    ],
    "cards": [
        {
            "level": 1,
            "title": [
                "Exempel"
            ],
            "description": [],
            "statments": [
                {
                    "type": "examples",
                    "link": "./class.ts",
                    "description": [
                        "Deklarera en enkel klass",
                        " 🖋",
                        [
                            {
                                "link": "../../app/mimer-flems-example.html?path=class&file=class.ts"
                            },
                            "Flems"
                        ]
                    ]
                },
                {
                    "type": "examples",
                    "link": "./class-constructor.ts",
                    "description": [
                        "Använda en konstruktor",
                        " 🖋",
                        [
                            {
                                "link": "../../app/mimer-flems-example.html?path=class&file=class-constructor.ts"
                            },
                            "Flems"
                        ]
                    ]
                },
                {
                    "type": "examples",
                    "link": "./class-constructor-error.ts",
                    "description": [
                        "Använda en konstruktor som har ett fel",
                        " 🖋",
                        [
                            {
                                "link": "../../app/mimer-flems-example.html?path=class&file=class-constructor-error.ts"
                            },
                            "Flems"
                        ]
                    ]
                },
                {
                    "type": "examples",
                    "link": "./methods.ts",
                    "description": [
                        "Deklara metoder i klasser",
                        " 🖋",
                        [
                            {
                                "link": "../../app/mimer-flems-example.html?path=class&file=methods.ts"
                            },
                            "Flems"
                        ]
                    ]
                },
                {
                    "type": "examples",
                    "link": "./more-methods.ts",
                    "description": [
                        "Mer om metoder",
                        " 🖋",
                        [
                            {
                                "link": "../../app/mimer-flems-example.html?path=class&file=more-methods.ts"
                            },
                            "Flems"
                        ]
                    ]
                }
            ],
            "comment": []
        }
    ],
    "kind": "examples"
}