Sign in
apache
/
casbin-core
/
refs/heads/master
/
.
/
test
/
angular
/
src
/
app
/
app.component.ts
blob: 68478a86238a14c44445df8301d49bce462ed788 [
file
] [
log
] [
blame
]
import
{
Component
}
from
'@angular/core'
;
@Component
({
selector
:
'app-root'
,
templateUrl
:
'./app.component.html'
,
styleUrls
:
[
'./app.component.css'
]
})
export
class
AppComponent
{
}