Split project into server and client
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<app-image
|
||||
class="image"
|
||||
*ngFor="let image of images"
|
||||
[image]='image'>
|
||||
</app-image>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user