add frontend ng
This commit is contained in:
parent
80d52ff819
commit
83ef7bab6c
18 changed files with 188 additions and 4 deletions
11
frontend/src/app/forms/osm/osm.ts
Normal file
11
frontend/src/app/forms/osm/osm.ts
Normal file
|
@ -0,0 +1,11 @@
|
|||
import { Component } from '@angular/core';
|
||||
|
||||
@Component({
|
||||
selector: 'app-osm',
|
||||
imports: [],
|
||||
templateUrl: './osm.html',
|
||||
styleUrl: './osm.scss'
|
||||
})
|
||||
export class Osm {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue