ngreact implementation wip
This commit is contained in:
parent
2174fe589b
commit
6d375e33bf
7 changed files with 20680 additions and 8 deletions
|
@ -4,6 +4,8 @@
|
|||
<div class="page-content">
|
||||
<!-- New Public Repo Page experiment -->
|
||||
<div ng-if="newRepoExperiment">
|
||||
<!-- Test React Component -->
|
||||
<div><react-component name="TestComponent" props="reactProps"/></div>
|
||||
</div>
|
||||
<!-- Old Repo Page -->
|
||||
<div ng-if="!newRepoExperiment">
|
||||
|
|
Reference in a new issue