سؤال

How do I make one class Server visible inside another class Database in Typescript? When I try to create an instance of var theServer = new Server(); inside the Database class I get the following error:

ReferenceError: Server is not defined
هل كانت مفيدة؟

المحلول

You need to have script tags in your page for both Database.js and Server.js.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top