agrege el front
This commit is contained in:
1
frontend/src/app/components/public/public.component.html
Normal file
1
frontend/src/app/components/public/public.component.html
Normal file
@@ -0,0 +1 @@
|
||||
<p>public works!</p>
|
||||
15
frontend/src/app/components/public/public.component.ts
Normal file
15
frontend/src/app/components/public/public.component.ts
Normal 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 {
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user