UNPKG

tns-template-master-detail-progress-ng

Version:

Master-detail interface to display tables from a Progress backend and inspect and edit selected records.

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