UNPKG

tns-template-master-detail-kinvey-ts

Version:

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

7 lines (6 loc) 212 B
export class Config { static kinveyAppKey = "kid_By1mL8fnb"; static kinveyAppSecret = "4b0c01a98ce942e89d04acecdfa8dcaa"; static kinveyUsername = "admin"; static kinveyPassword = "admin"; }