Multiple instances of the same root application in Angular 2

后端 未结 2 864
栀梦
栀梦 2021-01-03 03:45

we integrate Angular 2 into a legacy page to make the functionality piece by piece more user friendly. So far exchanging prerendered backend widgets for angular modules has

2条回答
  •  北海茫月
    2021-01-03 04:06

    That's currently not supported. There is an open issue to allow to override the selector when bootstrap() is called.

    https://github.com/angular/angular/issues/7136

提交回复
热议问题