top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Is Possible to Call A Global Variable Inside Typescript Module?

+1 vote
211 views

I Have A Typescript File Called Projects.Ts That I Want To Reference A Global Variable Declared In A Bootstrap Plugin Called Bootbox.Js.

I Want To Access A Variable Called Bootbox From Within Typescript Classes.

Is It Possible?

posted Dec 1, 2016 by Jdk

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
0 votes

I need to reuse my Javascript module in typescript for my angular application. Can you guide me how to do that ?

0 votes

I Am Just Going To Start Use TypeScript In My HTML Client Project Which Belongs To A MVC Project With A Entity Framework Domain Model Already There. I Want My Two Projects (Client Side And Server Side) Totally Separated As Two Teams Will Work On This... JSON And REST Is Used To Communicate Objects Back And Forth.

Of Course, My Domain Objects On The Client Side Should Match The Objects On The Server Side. In The Past, I Have Normally Done This Manually. Is There A Way To Reuse My C# Class Definitions (Specially Of The POJO Classes In My Domain Model) To Create The Corresponding Classes In Typescript".

...