Using Trello REST in Ionic 2 - Error TS2304 Cannot find name 'Trello'
问题 being a newbee to the ionic 2 and Trello REST interface I need help please: As per the Trello.com site (https://developers.trello.com/get-started/start-building) I have: Added under the html line in the index.html ie: before the body as they ask, the following and replaced the AppKey in my code: < script src="http://code.jquery.com/jquery-1.7.1.min.js"></script> < script src="https://api.trello.com/1/client.js?key=[AppKey]"></script> Added code to add a card as per their example: var myList =