UNPKG

tns-template-master-detail-kinvey-ng

Version:

Master-detail interface to display collection of items from Kinvey and inspect and edit selected item properties.

8 lines (6 loc) 159 B
import { Component } from "@angular/core"; @Component({ selector: "ns-app", templateUrl: "app.component.html" }) export class AppComponent { }