简体   繁体   中英

How to load external Angular 7 application pages in ASP.NET Webforms aspx page in existing application?

我是否需要在现有的.net Web表单应用程序中加载外部angular 7应用程序的页面?

If the Angular components are relatively small, you can use the new feature "Angular Elements" ( https://angular.io/guide/elements ). This allows you to package up your Angular app into custom web components that can be dropped into an HTML5 page. There is a good blog post of how to implement it here ( https://medium.com/codingthesmartway-com-blog/angular-elements-a-practical-introduction-to-web-components-with-angular-6-52c0b3076c2c ). Please note that this is not supported in IE11. Hope this helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM