I\'m trying to load a local json with http.get() in angular 2. I tried something, that I found here on stack. It looks like this:
http.get()
this is my app.m
app.m
try: this.navItems = this.http.get("data/navItems.json");
this.navItems = this.http.get("data/navItems.json");