logic splitted into directives and components
This commit is contained in:
3
src/app/components/graphs.component.html
Normal file
3
src/app/components/graphs.component.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg #svg width="100%" height="100%">
|
||||
<g guilloche *ngFor="let graph of graphs" [graph]="graph"></g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 110 B |
Reference in New Issue
Block a user