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