<i id='gYlWX'><tr id='gYlWX'><dt id='gYlWX'><q id='gYlWX'><span id='gYlWX'><b id='gYlWX'><form id='gYlWX'><ins id='gYlWX'></ins><ul id='gYlWX'></ul><sub id='gYlWX'></sub></form><legend id='gYlWX'></legend><bdo id='gYlWX'><pre id='gYlWX'><center id='gYlWX'></center></pre></bdo></b><th id='gYlWX'></th></span></q></dt></tr></i><div id='gYlWX'><tfoot id='gYlWX'></tfoot><dl id='gYlWX'><fieldset id='gYlWX'></fieldset></dl></div>

  1. <small id='gYlWX'></small><noframes id='gYlWX'>

  2. <legend id='gYlWX'><style id='gYlWX'><dir id='gYlWX'><q id='gYlWX'></q></dir></style></legend>
      <bdo id='gYlWX'></bdo><ul id='gYlWX'></ul>
    1. <tfoot id='gYlWX'></tfoot>

      Angular 创建选择器标签 &lt;app-component&gt;使用变量或循环

      Angular create Selector Tag lt;app-componentgt; using variable or loop(Angular 创建选择器标签 lt;app-componentgt;使用变量或循环)

      <small id='NK0HP'></small><noframes id='NK0HP'>

      <i id='NK0HP'><tr id='NK0HP'><dt id='NK0HP'><q id='NK0HP'><span id='NK0HP'><b id='NK0HP'><form id='NK0HP'><ins id='NK0HP'></ins><ul id='NK0HP'></ul><sub id='NK0HP'></sub></form><legend id='NK0HP'></legend><bdo id='NK0HP'><pre id='NK0HP'><center id='NK0HP'></center></pre></bdo></b><th id='NK0HP'></th></span></q></dt></tr></i><div id='NK0HP'><tfoot id='NK0HP'></tfoot><dl id='NK0HP'><fieldset id='NK0HP'></fieldset></dl></div>

        • <bdo id='NK0HP'></bdo><ul id='NK0HP'></ul>
            <tbody id='NK0HP'></tbody>
            <legend id='NK0HP'><style id='NK0HP'><dir id='NK0HP'><q id='NK0HP'></q></dir></style></legend>
            <tfoot id='NK0HP'></tfoot>

              • 本文介绍了Angular 创建选择器标签 &lt;app-component&gt;使用变量或循环的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                我需要使用一个变量来制作我的 app.component.html 的 Selector Tag.

                I need to make the Selector Tag of my app.component.html using a variable.

                假设变量名是:componentVar:string

                我需要我的 app.component.html:

                I need my app.component.html:

                <componentVar></componentVar><app-componentVar></app-componentVar>

                推荐答案

                您可以像这样在 ViewcontainerRef 中动态创建组件:

                You can dynamically create your components within a ViewcontainerRef like this:

                https://stackblitz.com/edit/angular-4asbmc

                (不要忘记在你的应用模块的 entryComponents 中添加你想要动态注入到你的 dom 中的组件)

                (Don't forget to add the components you want to dynamically inject in your dom in your app module's entryComponents)

                一旦您能够插入组件,您应该能够管理哪些组件必须插入到您的条件中.

                Once you are able to insert the components you shoud be able to manage which components have to be inserted into your with conditions.

                编辑

                您可以迭代一个可能如下所示的组件数组:

                You can iterate on an array of component that could look like this:

                let componentArray = [HeaderComponent, BannerComponent, FooterComponent];
                

                然后遍历这个数组,调用将组件插入到视图容器引用中的方法.

                and then iterate over this array calling the method that inserts your components in your viewcontainer reference.

                  createComponent(component) {
                    const factory = this.factoryResolver.resolveComponentFactory(component);
                    const componentRef = factory.create(yourViewContainerRef.parentInjector);
                    yourViewContainerRef.insert(componentRef.hostView);
                  }
                

                虽然从你的应用组件 html 模板中调用你的组件会更容易,并且在你的模板中有这样的东西:

                Though it would be musch easier to just call your components from your app component html template, and have something like this in your template:

                <app-header *ngIf="yourConditions..."></app-header>
                <app-banner *ngIf="otherConditions..."></app-banner>
                <!-- and so on.... -->
                

                这篇关于Angular 创建选择器标签 &lt;app-component&gt;使用变量或循环的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                相关文档推荐

                Pause youtube video, youtube api(暂停 youtube 视频,youtube api)
                Youtube iframe api not triggering onYouTubeIframeAPIReady(Youtube iframe api 未触发 onYouTubeIframeAPIReady)
                How can I stop a video with Javascript in Youtube?(如何在 Youtube 中停止使用 Javascript 的视频?)
                How to call Greasemonkey#39;s GM_ functions from code that must run in the target page scope?(如何从必须在目标页面范围内运行的代码中调用 Greasemonkey 的 GM_ 函数?)
                How do you mute an embedded Youtube player?(如何使嵌入式 Youtube 播放器静音?)
                How to get number of video views with YouTube API?(如何使用 YouTube API 获取视频观看次数?)
                <tfoot id='bfqcL'></tfoot>
                  <legend id='bfqcL'><style id='bfqcL'><dir id='bfqcL'><q id='bfqcL'></q></dir></style></legend>
                • <i id='bfqcL'><tr id='bfqcL'><dt id='bfqcL'><q id='bfqcL'><span id='bfqcL'><b id='bfqcL'><form id='bfqcL'><ins id='bfqcL'></ins><ul id='bfqcL'></ul><sub id='bfqcL'></sub></form><legend id='bfqcL'></legend><bdo id='bfqcL'><pre id='bfqcL'><center id='bfqcL'></center></pre></bdo></b><th id='bfqcL'></th></span></q></dt></tr></i><div id='bfqcL'><tfoot id='bfqcL'></tfoot><dl id='bfqcL'><fieldset id='bfqcL'></fieldset></dl></div>

                    • <bdo id='bfqcL'></bdo><ul id='bfqcL'></ul>
                          <tbody id='bfqcL'></tbody>

                        <small id='bfqcL'></small><noframes id='bfqcL'>