{"id":122,"date":"2019-04-23T07:26:05","date_gmt":"2019-04-23T06:26:05","guid":{"rendered":"http:\/\/blog.c-hase.de\/?p=122"},"modified":"2019-04-23T07:27:01","modified_gmt":"2019-04-23T06:27:01","slug":"globale-settings-via-abstract-class","status":"publish","type":"post","link":"http:\/\/blog.c-hase.de\/?p=122","title":{"rendered":"globale Settings via abstract class"},"content":{"rendered":"<pre>export abstract class AppSettings {\r\n  public static DT_BUDGET:number =20;\r\n  public static DT_topNgezahlt:number=5;\r\n  public static DT_topNangeordnet:number=16;\r\n  public static DT_haushaltsEntwicklungErgebnishh:number=23;\r\n  public static DT_haushaltsEntwicklungInvestition:number=24;\r\n  public static DT_haushaltsEntwicklungFinanzhh:number=25;\r\n\r\n}\r\n\r\n<\/pre>\n<p>Abstract ist wichtig, damit man diese ohne Iniialisierung verwenden kann.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>export abstract class AppSettings { public static DT_BUDGET:number =20; public static DT_topNgezahlt:number=5; public static DT_topNangeordnet:number=16; public static DT_haushaltsEntwicklungErgebnishh:number=23; public static DT_haushaltsEntwicklungInvestition:number=24; public static DT_haushaltsEntwicklungFinanzhh:number=25; } Abstract ist wichtig, damit man diese ohne Iniialisierung verwenden kann.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-122","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"http:\/\/blog.c-hase.de\/index.php?rest_route=\/wp\/v2\/posts\/122","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/blog.c-hase.de\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/blog.c-hase.de\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/blog.c-hase.de\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/blog.c-hase.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=122"}],"version-history":[{"count":2,"href":"http:\/\/blog.c-hase.de\/index.php?rest_route=\/wp\/v2\/posts\/122\/revisions"}],"predecessor-version":[{"id":124,"href":"http:\/\/blog.c-hase.de\/index.php?rest_route=\/wp\/v2\/posts\/122\/revisions\/124"}],"wp:attachment":[{"href":"http:\/\/blog.c-hase.de\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=122"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/blog.c-hase.de\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=122"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/blog.c-hase.de\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=122"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}