UNPKG
ipsos-components
Version:
latest (5.0.0-rc.3)
5.0.0-rc.3
Material Design components for Angular
github.com/angular/material2
ipsos-components
/
tools
/
screenshot-test
/
src
/
app
/
pixacto.dashboard.component.ts
11 lines
(9 loc)
•
212 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{Component}
from
'@angular/core'
;
@Component
({ selector:
'app-root'
, template:
` <app-nav></app-nav> <router-outlet></router-outlet> `
}) export
class
PixactoDashboardComponent
{}