Sign in
eclipse
/
osee
/
org.eclipse.osee
/
878dd0065023b7df37a4ff59c6c7816fe86b31cb
/
.
/
plugins
/
org.eclipse.osee.web
/
src
/
app
/
ple
/
ple.component.ts
blob: 5d0c28cd0c3e72123928c91a636244285bb62a57 [
file
] [
log
] [
blame
]
import
{
Component
,
OnInit
}
from
'@angular/core'
;
@Component
({
selector
:
'app-ple'
,
templateUrl
:
'./ple.component.html'
,
styleUrls
:
[
'./ple.component.sass'
]
})
export
class
PleComponent
implements
OnInit
{
constructor
()
{
}
ngOnInit
():
void
{
}
}