Update selectors of Angular apps

master
Nikola Forró 6 years ago
parent 964460fcdd
commit eef653471f

@ -29,7 +29,7 @@
{{ page.content }} {{ page.content }}
<section class="mat-typography" style="min-height: 26em"> <section class="mat-typography" style="min-height: 26em">
<app-root></app-root> <gifted-subs-app></gifted-subs-app>
</section> </section>
{% endblock %} {% endblock %}

@ -7,7 +7,7 @@
{{ content }} {{ content }}
<section class="mat-typography" style="min-height: 26em"> <section class="mat-typography" style="min-height: 26em">
<app-root></app-root> <schedule-app></schedule-app>
</section> </section>
</div> </div>
</div> </div>

@ -29,7 +29,7 @@
{{ page.content }} {{ page.content }}
<section class="mat-typography" style="min-height: 26em"> <section class="mat-typography" style="min-height: 26em">
<app-root></app-root> <quotes-app></quotes-app>
</section> </section>
{% endblock %} {% endblock %}

@ -29,7 +29,7 @@
{{ page.content }} {{ page.content }}
<section class="mat-typography" style="min-height: 26em"> <section class="mat-typography" style="min-height: 26em">
<app-root></app-root> <regular-subs-app></regular-subs-app>
</section> </section>
{% endblock %} {% endblock %}

@ -29,7 +29,7 @@
{{ page.content }} {{ page.content }}
<section class="mat-typography" style="min-height: 26em"> <section class="mat-typography" style="min-height: 26em">
<app-root></app-root> <schedule-app></schedule-app>
</section> </section>
{% endblock %} {% endblock %}

@ -29,7 +29,7 @@
{{ page.content }} {{ page.content }}
<section class="mat-typography" style="min-height: 26em"> <section class="mat-typography" style="min-height: 26em">
<app-root></app-root> <twitch-logs-app></twitch-logs-app>
</section> </section>
{% endblock %} {% endblock %}

Loading…
Cancel
Save