UNPKG

@nativescript/template-master-detail-ng

Version:

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

11 lines (9 loc) 193 B
import { Component, OnInit } from '@angular/core' @Component({ selector: 'ns-app', templateUrl: 'app.component.html', }) export class AppComponent implements OnInit { ngOnInit() { } }