agrege el front

This commit is contained in:
matias mella
2021-07-12 23:39:39 -04:00
parent ef48a97520
commit 226811d0e7
33 changed files with 12893 additions and 0 deletions

View File

@@ -0,0 +1 @@
<p>public works!</p>

View File

@@ -0,0 +1,15 @@
import { Component, OnInit } from '@angular/core';
@Component({
selector: 'app-public',
templateUrl: './public.component.html',
styleUrls: ['./public.component.scss']
})
export class PublicComponent implements OnInit {
constructor() { }
ngOnInit(): void {
}
}