Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.25 KB

File metadata and controls

30 lines (19 loc) · 1.25 KB

App Template for Angular Best Practices with DNN and 2sxc

| 2sxc | ✅ | requires 2sxc v20.00 | Dnn | ✅ | For v9.6.1+ | Angular | ✅ | For v20.0.0

What is this?

If you wish to develop Angular within DNN, the initial setup can be challenging. This template App solves a bunch of problems for you, like:

  1. develop on your local system with hot-reloading as you work
  2. use DNN and 2sxc WebAPIs out-of-the box with all the right headers
  3. multiple code editions, so you can test staging code on the production server, without interrupting users who see the live edition

How to Install

The solution in as 2sxc App and can be installed from 2sxc (inside DNN). Follow these instructions.

Links

History

  • 2024-06-30
    • Create new Empty Angular App with v20