You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A project using AngularJS, .NET Framework 4.8, and ASP.NET MVC 5.
2
+
A demo project using AngularJS, .NET Framework 4.8, and ASP.NET MVC 5.
3
3
4
4
## Features
5
5
6
-
-AngularJS 1.8.2 LTS - installed using NuGet
7
-
- jQuery 3.6.0 - installed using NuGet
6
+
-XLTS for AngularJS - installed using npm
7
+
- jQuery 3.6.3 - installed using npm
8
8
- .NET Framework 4.8
9
9
- ASP.NET MVC 5
10
10
- Bundling using [Microsoft.AspNet.Web.Optimization](https://docs.microsoft.com/en-us/aspnet/mvc/overview/performance/bundling-and-minification)
@@ -18,8 +18,17 @@ Older versions of Visual Studio may work but have not been tested.
18
18
as part of the Visual Studio 2022 installation as well.
19
19
20
20
## Getting Started
21
+
- Make sure you have configured your authentication with the XLTS.dev registry by supplying your token in the `.npmrc` file in your user home directory.
21
22
22
-
- Clone this repository: `git clone https://github.com/xlts-dev/angularjs-asp-net48-mvc5.git`.
23
-
- Ensure packages are up to date by running `Update-Package -reinstall` from the *Package Manager Console*.
23
+
> **Note**
24
+
> If you don't have a token for the XLTS.dev registry, you can use the LTS AngularJS packages - see the next section.
0 commit comments