Angular app for CAC desktop
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

graph.component.html 217 B

пре 3 година
1234567891011
  1. <div class="subpage">
  2. <header>
  3. <h2> Dashboard </h2>
  4. </header>
  5. <section class="analytics">
  6. <div class="card">
  7. <div class="line-chart"></div>
  8. </div>
  9. </section>
  10. </div>