I'm embedding a JavaScript file as a resource in an assembly. How can I convert Angular JavaScript file into DLL file in ASP.NET MVC project?
-
1Possible duplicate of How do I call a javascript file that's embedded in a dll in my asp.net web application?Thirueswaran Rajagopalan– Thirueswaran Rajagopalan2018-02-14 06:49:09 +00:00Commented Feb 14, 2018 at 6:49
-
I think you didn't get my point. Your suggestion is to call a javascript file on the other hand my purpose to to create DLL of AngularJs.Subho Ghose– Subho Ghose2018-02-14 09:15:59 +00:00Commented Feb 14, 2018 at 9:15
-
What would be the end usage of your intended approach ? As I read though the answer of the question codeproject.com/Articles/196727/…. He embeds the JS into the Assembly, later refers to them and invoke the functions. Isn't that isn't you intended ?Thirueswaran Rajagopalan– Thirueswaran Rajagopalan2018-02-14 11:29:42 +00:00Commented Feb 14, 2018 at 11:29
Add a comment
|