Using Angular in 2sxc and Dnn
Angular applications can run inside Dnn and use 2sxc for data, queries, WebAPIs, context, and in-page editing.
The integration has three parts:
Run Angular in DnnLoad a compiled Angular application or a local development server from a 2sxc Razor template.
Install and bootstrap sxc-angularRegister the HTTP interceptor and initialize the current Dnn/2sxc module.
Use 2sxc from AngularAccess content, queries, WebAPIs, context, and editing toolbars.
The old @2sic.com/dnn-sxc-angular package is end-of-life. The supported package is @2sic.com/sxc-angular.
Get Started
- Install the Angular Template App to see the complete integration.
- Follow the sxc-angular installation guide.
- Adapt the template app or reuse the integration pieces in your own Angular application.