1.

How can we access a class of module from outside?

Answer»

How can we access a class of module from outside?
Choose the correct option from below LIST
(1)By using export
(2)It is not POSSIBLE in TypeScript DUE to safety concerns
(3)By using IMPLEMENTS
(4)namespace classToBeExported{}

Answer:-(1)By using export



Discussion

No Comment Found