Skip to content

Commit 3442a8d

Browse files
committed
docs: add examples for UMD bundles
1 parent afec187 commit 3442a8d

File tree

10 files changed

+7291
-0
lines changed

10 files changed

+7291
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
node_modules
2+
dist
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Kendo UI for Angular - UMD Bundles
2+
Sample application for loading [Kendo UI for Angular](https://github.com/telerik/kendo-angular) as external scripts via Webpack.
3+
4+
### Future of UMD bundles
5+
Angular is removing UMD bundles with the full transition to Ivy in Angular v13.
6+
7+
You should consider [Webpack Module Federation](https://webpack.js.org/concepts/module-federation/) for sharing scripts between applications.
8+
See [Microfrontend with Angular and Webpack Module Federation](https://www.steffendielmann.com/2021/05/07/microfrontend-with-angular-and-webpack-module-federation/) for a functional example.
9+
10+
## Run Sample
11+
12+
1. Run `npm ci` to fetch all dependencies
13+
1. Run `npm run start` to build and run the application
14+
1. Navigate to http://localhost:8080/dist/

0 commit comments

Comments
 (0)